I would like to do UiAutomation for some Android UI testing like turning Wifi on and type some text into the text fields when prompted for Wifi username and password: http://android.zedcn.com/reference/android/app/UiAutomation.html
How can I call the methods from the UiAutomation class to accomplish this? 1) Click on the Settings app 2) Click on the toggle icon for Wifi 3) Click on a network SSID 4) Type in a username and password into the text fields
I will be happy to get some tips to get started.