Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Selenium by (55.6k points)
recategorized by

Can anyone explain about Page Object Model in Selenium? 

1 Answer

0 votes
by (119k points)

Page Object Model in Selenium is a design pattern used in Selenium test automation to create an object repository for the web user interface. In Page object model, there will a page class for every web page. These page classes will have page methods that perform actions on the web elements of the web pages. The page object model is for UI automation in Selenium.

If you are interested to learn Selenium, I recommend this course on Selenium training by Intellipaat.

You can watch this video on Selenium tutorial to know more about the Page Object Model:

Browse Categories

...