Interview Questions

Selenium WebDriver - Mention what is the difference between Implicit wait and Explicit wait?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - Mention what is the difference between Implicit wait and Explicit wait?

Implicit Wait: Sets a timeout for all successive Web Element searches. For the specified amount of time it will try looking for element again and again before throwing a NoSuchElementException. It waits for elements to show up.

Explicit Wait : It is a one-timer, used for a particular search.

(Continued on next question...)

Other Interview Questions