3

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?

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
Gendaful
  • 5,522
  • 11
  • 57
  • 76

3 Answers3

3

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

Gabe
  • 31
  • 2
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.

http://seleniumhq.org/

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