Waits in Selenium – Explicit, Implicit and Fluent Wait

Waits in Selenium Waits in selenium are used whenever there is a loading wait is required in the automation script. Waits can be hard type or soft type. Most of the time only soft type wait is used in automation scripts because waiting for the defined time in hard wait is not a good practice.… Continue reading Waits in Selenium – Explicit, Implicit and Fluent Wait