How to Design Framework in Selenium - Part 3 - Page Object Model (POM)

Опубликовано: 23 Октябрь 2024
на канале: Roshan Zameer
247
7

In this video we will be seeing as how to start with Page Object Model (POM) in selenium.
Page Object Model - POM:
Design pattern or architecture for framework
Have separate class for each pages

PageFactory - concept in POM and it initializes the webelements.
@FindBy annotation