Can anyone help me out to know about page object
The Page Object Model, or POM, is a Selenium design pattern that builds an object repository to store all web elements. It aids in the reduction of code duplication and the maintenance of test cases. Consider each web page of an application as a class file in the Page Object Model.