Is there a way to wait for an element not present in Selenium using PageFactory annotations? When using: to locate the element, and then: I would get: I am able to do what I need by using: However, I would like to be able to use the PageFactory annotations in order to keep the framework consistent. Is there a way
Tag: pageobjects
Best way to store locators
I’m following page object design pattern for Selenium automation and I can guess that many people store locators in .properties file and access them in code. It seems great to keep locators at separate place. Since, I haven’t work on any big project for Selenium automation, I would like to know thoughts on following so that I can avoid problems