Skip to main content

One doc tagged with "implicit waits"

View All Tags

Implicit vs Explicit Waits

In order to make our Selenium tests resilient, we need to make them wait for certain elements to load. Elements that we want to interact with. This is especially true with JavaScript heavy pages.