Relative Content

Tag Archive for javaandroidselenium-webdriver

How can I automate mobile web browser interaction on a real Android device?

I’m trying to automate some routine administrative tasks on my Archer AX55 WiFi router by means of Selenium WebDriver, which simulates user interaction through the router’s web-interface (unfortunately, this router doesn’t provide SSH, REST or similar API which I could use for scripting as an alternative). As far as I run the following piece of Java code on my Windows desktop system, everything works fine:

How can I automate mobile web browser interaction on a real Android device?

I’m trying to automate some routine administrative tasks on my Archer AX55 WiFi router by means of Selenium WebDriver, which simulates user interaction through the router’s web-interface (unfortunately, this router doesn’t provide SSH, REST or similar API which I could use for scripting as an alternative). As far as I run the following piece of Java code on my Windows desktop system, everything works fine: