In this post, we are going to discuss a very important topic or concept called Page Object Model, which you have to use in your project now or in the future if you are trying to create a framework. Many companies use Page Object Model is a design pattern to store all locators and methods in separate Java class and we can use the same class in different test cases. I get … [Read more...] about Page Object Model using Selenium Webdriver and Implementation