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?
Asked
Active
Viewed 1.3k times
3 Answers
3
I created this chrome extension to help test. It's not a perfect replacement for actual device testing, but it's a start.

Gabe
- 31
- 2
-
it ads only a resize functionality. – atilkan Apr 20 '13 at 16:15
1
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.

FoamyGuy
- 46,603
- 18
- 125
- 156
0
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.

Ye Myat Min
- 1,429
- 2
- 17
- 29