Hacker News new | ask | show | jobs
by WrtCdEvrydy 2236 days ago
Here's the question... why is it so difficult to do this in Android?

Seriously, AndroidDriver for Selenium was last updated 2013... and importing it throws an HttpClient error now. Update that client and you get a class duplication hell that is impossible to exit.

All I needed was to interact with 2-3 fields on a webpage but it's been eight hours and now I hate my life.

2 comments

Checkout BrowserStack -- it's dead easy -- and even if you're not using their platform, their docs are good for showing the Selenium/Driver usage.
I believe that the Webdriver/Chromedriver approach is the current recommended way of doing this.