简体   繁体   中英

How can I run Selenium Tests on Android (emulator)?

At the Selenium wiki page I read that AndroidDriver is removed from the project, and I should use Selandroid instead. However as far as I know Selandroid can be used only to test apks. However we want to test a web application.

Is it wort to try the old AndroidDriver, or is it a dead end? What other possibilities do I have?

I answer my own question: - As I learned, AndroidDriver is not part of the selenium library any more. - Selandroid can be used to test mobile web (not only apk) as well ( http://selendroid.io/mobileWeb.html )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM