What is Page object and page factory model?
A Page Object Model is a test design pattern that states that page objects should be organised by page so that scripts and page objects can be easily distinguished. A Page Factory is one approach to use the built-in PageObject Model in Selenium.