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