Understanding and Writing Page Object in Selenium

Let’s first quickly understand the concept of page object before jumping in and writing it. Page object to be concise, creating a relationship between each and every test method we execute, which can be...