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 done by returning page object in every method we call. This will ensure that our test execution is happening on the …

Understanding and Writing Page Object in Selenium Read More »