Reputation: 5802
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
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.
Upvotes: 3
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.
Upvotes: 0
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