Google News
logo
Selenium - Interview Questions
What is the main disadvantage of implicit wait?
The main disadvantage of implicit wait is that it slows down test performance.
 
Another disadvantage of implicit wait is :
 
Suppose, you set the waiting limit to be 10 seconds, and the elements appear in the DOM in 11 seconds, your tests will be failed because you told it to wait a maximum of 10 seconds.
Advertisement