Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Selenium by (55.6k points)

Can anyone tell me what is fluent wait in Selenium?

1 Answer

0 votes
by (119k points)

In Selenium, Fluent Wait can define the maximum time for the web driver to wait for a specific condition, as well as the frequency with which we want to check the condition before throwing an "ElementNotVisibleException" exception. It checks for the web element repeatedly at regular intervals until the object is found or a timeout happens. 

If you are interested to learn Selenium, I recommend this Selenium Certification course by Intellipaat.

Browse Categories

...