Jan 07
Why It Is Not Possible To Read Locators From External Sources In Page Factory Of Selenium WebDriver
Hello Folks, Many automation tester wants to read locators from external sources like database, properties file or excel sheets. Reading locators from external sources and using it in your program is very easy if we don’t use Page Factory. It becomes difficult because of @FindBy annotation. What is annotation in Java? Annotations in Java are […]