user413160
user413160

Reputation: 201

Can Selenium test mobile webapps?

I need to test Android (Android Browser) and iPhone/iPad (Safari for iOS) with Selenium or a similar Ruby-aware automated testing tool. How can I do that?

Upvotes: 17

Views: 10676

Answers (2)

hb2pencil
hb2pencil

Reputation: 892

Selenium should be able to handle it:

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

Upvotes: 5

Bill
Bill

Reputation: 429

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

Upvotes: 14

Related Questions