Skip to content
Advertisement

Tag: appium-android

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

how to convert findElementByAndroidUIAutomator in Page Factory Format for Appium

I am currently designing Appium Android framework based on page object and page Factory. I have a below line of code which uses “findElementByAndroidUIAutomator”. I wanted to convert it to page Factory format like below example. As I checked I didn’t not find any definite answers regarding this. Just wanted to check as findElementByAndroidUIAutomator is android function not appium. So

Advertisement