3.8 Robot framework (Selenium) | Wait Functions

preview_player
Показать описание
In Selenium, Waits play important role in test execution. There are 3 types of waits in Selenium:

Implicit Wait The implicit wait will ask webdriver to wait for certain amount of time before it throws "No Such Element Exception". The default setting is 0. Once we set the time, webdriver will wait for that time before throwing an exception.

Explicit Wait The explicit wait is used to ask webdriver to wait for some conditions with max time limit, before throwing an "ElementNotVisibleException" exception.

Fluent Wait The fluent wait is used ask webdriver to wait for a condition as well as frequency by which we want to check the condition before throwing an "ElementNotVisibleException" exception.

You can ask your questions in comments section.

Subscribe and Like to keep me motivated so that I produce more and more content for you!
Рекомендации по теме