Gendaful
Gendaful

Reputation: 5802

How to test android based mobile pages on web browsers with the help of plugins?

I want to test android mobile based pages on browsers like chrome or mozilla. Is there any plugins available so I can directly test them on these browsers without running them on device or emulator?

Upvotes: 3

Views: 12790

Answers (3)

Gabe
Gabe

Reputation: 31

I created this chrome extension to help test. It's not a perfect replacement for actual device testing, but it's a start.

https://chrome.google.com/webstore/detail/mobile-tester/elmekokodcohlommfikpmojheggnbelo?utm_source=chrome-ntp-icon

Upvotes: 3

Ye Myat Min
Ye Myat Min

Reputation: 1429

On Mozilla Firefox, you can use Selenium IDE to emulate clicks, typing and other actions. Personally, I have never tested it for mobile web applications.

http://seleniumhq.org/

Upvotes: 0

FoamyGuy
FoamyGuy

Reputation: 46846

This site shows you one possible way to do it.

http://techie-buzz.com/tips-and-tricks/emulate-mobile-browser-in-firefox.html

Once you have your user agent set you can just resize the window to be phone screen sized.

Upvotes: 1

Related Questions