Page Object Model & PageFactory in Selenium
Jul 9, 2022 · 3 min read · ✒️ What is Page Object Model? POM is a design pattern in Selenium that creates an Object Repository to store web elements. In POM, we follow the principle of separation of Object Repository and Test Classes. Each object repository only contains the e...
Join discussion