nativescript-dev-appium
nativescript-dev-appium copied to clipboard
Element "searchbar' cannot find by driver.locators.getElementByName
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"));