I need to test, with Selenium or a similar Ruby-aware automated testing tool, how my webapp behaves on iPhone's mobile Safari and on Android browser. How can I do that ?

link|improve this question
1  
If you JUST want to change the User-Agent then point your Android browser at whatsmyuseragent.com or something, and see what it says. – MatrixFrog Aug 7 '10 at 6:14
feedback

2 Answers

Selenium 2 offers both iphone and android testing, both drivers are pretty experimental as far as I know so YMMV.

http://code.google.com/p/selenium/wiki/IPhoneDriver

http://code.google.com/p/selenium/wiki/AndroidDriver

link|improve this answer
I didn't know them, thanks. – user413160 Aug 6 '10 at 20:23
feedback

Selenium should be able to handle it:

Note that these selenium drivers are still under development, and probably contain bugs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.