views:

319

answers:

1

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

I usually test my app by hand setting Safari 5 with User Agent = "Mobile Safari", I used iPhoney as well but it's too buggy IMO.

+1  A: 

Selenium should be able to handle it:

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

hb2pencil