Using selenium and Appium is it possible to change between wifi networks?
问题 Using: selenium webdriver, rubygems, appium, android and ios devices The app I am testing has a button which becomes enabled only when connected to a specific wireless network. I'd like to create a script which will check if the button is active or not vKioskStatus = element.enabled? puts(vKioskStatus) If it is not active, then I'd like to change wifi networks. Is that possible to automate changing networks on a mobile device? UPDATE I'm receiving the following error when trying to use