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 ?
feedback
|
|
Selenium 2 offers both iphone and android testing, both drivers are pretty experimental as far as I know so YMMV. | |||
|
feedback
|
|
Selenium should be able to handle it:
Note that these selenium drivers are still under development, and probably contain bugs. | |||
|
feedback
|