Back to Browse

3.8 Robot framework (Selenium) | Wait Functions

2.8K views
May 3, 2020
16:38

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!

Download

1 formats

Video Formats

360pmp421.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

3.8 Robot framework (Selenium) | Wait Functions | NatokHD