Menu
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:4723/wd/hub"), capabilities);
Here's an example of a simple Appium test written in Java: appium download
WebElement element = driver.findElement(By.id("com.example.app:id/button")); element.click(); Before downloading Appium
Before downloading Appium, the following system requirements must be met: appium download