nativescript-dev-appium icon indicating copy to clipboard operation
nativescript-dev-appium copied to clipboard

Element "searchbar' cannot find by driver.locators.getElementByName

Open juniorschen opened this issue 4 years ago • 0 comments

Hello i trying type searchbar element to test my filters but its never finded. await driver.findElementByClassName(driver.locators.getElementByName("searchbar")); Incredibly when looking for textfield I got the result, but I believe it shouldn't be that way. await driver.findElementByClassName(driver.locators.getElementByName("textfield"));

juniorschen avatar Mar 11 '21 13:03 juniorschen