How to test Android-based mobile pages on web browsers using plugins?

I want to test mobile pages on Android in browsers like chrome or mozilla. Are there any plugins available, so I can directly test them in these browsers without running them on the device or emulator?

+3
source share
3 answers

I created this chrome extension to help verify. This is not an ideal replacement for actually testing the device, but this is the beginning.

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

+3
source

This site shows you one of the possible ways to do this.

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

.

+1

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

http://seleniumhq.org/

0
source

All Articles