Waits | Explicit wait

In the Previous Tutorial, we learned the following ways of handling synchronization issues – What are the timeout/wait issues in Test Automation? How to address it by waiting for the element before performing the action? Getting the list of elements with a matching locator Instructing code to wait for the predefined time – Hardcoded wait Issues …

Read moreWaits | Explicit wait

Waits | Implicit Wait

In the Previous Tutorial, we learned to interact with the elements in the page. In this tutorial, we’ll learn to handle the timeout issues in the script. What are timeout or wait issues in the automation script? Let us say you wrote a script to automate this scenario: Go to myshopping.com Search for iPhone Click on Add …

Read moreWaits | Implicit Wait