Wednesday, April 15, 2020

Page Factory

What is Page Factory?


Page Factory is an inbuilt Page Object Model concept for Selenium Web-Driver but it is very optimized. Here, you follow the concept of separation of Page Object Repository and Test Methods.

What is Page Factory - Page Object Model in Selenium - Edureka

Additionally, with the help of the Page Factory class, I will use annotations @FindBy to find Web-Element.

For implementation of Page Object Model with Page Factory in Selenium Web-Driver use below link:
https://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html



Featured Posts