What is the Page Object Pattern in Selenium WebDriver?

Tarique Khan picture Tarique Khan · Aug 7, 2013 · Viewed 56.3k times · Source

What is page object pattern in Selenium WebDriver?

What is the use of it and how can we use this in Selenium WebDriver?

Example will be appreciated.

Answer

Yi Zeng picture Yi Zeng · Aug 7, 2013

The documentation has already covered this. If you have any specific questions, feel free to edit your main post.

Official:

Unofficial: Do a Google search, you will get a lot info on this.