Back

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

Can anyone tell me what is POM in Selenium?

1 Answer

0 votes
by (119k points)

POM (Page Object Model) 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 Selenium Training course by Intellipaat.

You can watch this video on Selenium Training to understand more:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Oct 6, 2020 in Selenium by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 20, 2019 in Java by Anvi (10.2k points)
0 votes
1 answer

Browse Categories

...