Please Tell me The Fluent Wait
In this it is being discussed that waits are
While searching on web I aslo came to know about FluentWait
is there any Tutorial or Video on it.
kindly let me know about it.
WebDriver Wait is equivalent to Fluent Wait. You can use webdriver wait for this.
Explicit wait: Explicit wait is of two types:
both are classes and implements Wait interface.
WebDriverWait is applied on certain element with defined expected condition and time. This wait is only applied to the specified element. This wait can also throw exception when element is not found.
Fluent wait: Fluent wait is another type of Explicit wait and you can define polling and ignore the exception to continue with script execution in case element is not found.
You can use the below method for this
WebDriverWait wait = new WebDriverWait(driver, 10).ignoring(NullPointerException)
We offer online selenium and UFT/QTP training. The course is very comprehensive and covers every aspect of automation testing with UFT/QTP and selenium. All types of frameworks are covered in depth - data driven framework, hybrid framework, page object model with a live project
© 2020 Whizdom Trainings. All rights Reserved - Powered by Whizdom Trainings