Skip to content
Advertisement

Tag: appium-desktop

Unable to click a button (testing)

My project is automation testing on voot app using appium(android),selenium (java) I am using appium desktop inspector to locate the id/xpath of an element and copying that in eclipse. There is a “GOT IT” button on the home page without an id or xpath, how do i go about it screenshot Answer driver.findElementByName(“GOT IT”).click(); or use the position of the

Advertisement