What is Selenium wait?

What is Selenium wait?

In Selenium, the Explicit Wait command tells the Web Driver to wait for specific conditions (Expected Conditions) or a set amount of time to pass before throwing a “ElementNotVisibleException” exception. It’s an intelligent type of wait, but it can only be used on certain items. Selenium Wait – Implicit, Explicit and Fluent Waits.