Selenium Wait Commands | Implicit v/s Explicit Wait | What is Fluent wait | Static and Dynamic wait

preview_player
Показать описание
In this video we are going to discuss about different wait commands in selenium. The wait commands are really important in respect to automation tests.

Selenium provides three type of waits.
1. Implicit wait
2. Explicit wait
3. Fluent wait

You can create implicit wait by using below code.

To create explicit wait, you can use below code.

You can use below code to create Fluent wait.
Wait wait = new FluentWait(driver)

*****************Please comment in case of any query.***************

Also please watch my other videos as well.

Рекомендации по теме