How can I use appium to automate browser on android?
问题 I want to use appium to automate browser on android phone,but I don't know how to set the capability. First, I have enabled USB debugging on my Android device in the developer options. Second, adb was working well, i can see the device id. Third, I started Appium.exe from Appium for windows and writed some code by JAVA, but I don't know how to set the capability on Android browser. public class Test { private WebDriver driver; @Before public void setUp() throws Exception { DesiredCapabilities