driver.findElement(By.xpath("//android.widget.Button[@text='App']")).click();
I have used this code but it not clicking .
driver.findElement(By.xpath("//android.widget.Button[@text='App']")).click();
I have used this code but it not clicking .