What are the types of page object model in Selenium?

What are the different types of page object model or POM in Selenium?

There are 3 types of Page Object Model:

-Data Driven (XPath)

-Keyword Driven (Parameterized)

-Hybrid Data Driven/Keyword Driven

Learn more: https://www.softwaretestingmaterial.com/page-object-model/