|
Few Queries related to Selenium.
Can you please explain .
I am using following code in my project.
Q1)
WebDriver Wait;
wait.until(Expected condition)
how does above code work?
how is expected condition needs to be given for above syntax to work.
Q2)
Also
I am using
Fluent waits.
please explain how fluent wait works?
Q3)
In the event if I am using
implicit wait along with the wait.until and Fluent Wait
then can you please explain how implicit interacts with wait.until and Fluent wait.
Br
|