NativeScript / nativescript-dev-appium

A package to help with writing and executing e2e Appium tests in NativeScript apps
Apache License 2.0
70 stars 27 forks source link

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

Open juniorschen opened 3 years ago

juniorschen commented 3 years ago

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"));