Page Factory In Selenium Webdriver: Inbuilt Page Object Model Of Selenium
Hello Folks, We have seen below topics as of now: Introduction of Page Object Model Plain Page Object Model In this post we will see inbuilt page object model in selenium webdriver. Selenium webdriver has inbuilt Page Object Model called Page Factory. It provides @FindBy annotation to create object repository. What is @FindBy annotation? Annotations […]