selenium driver found after element it wait until end of implicit wait or until find the element code example
Example 1: implicit wait
1- Implicit Wait
Everytime we are trying to locate a webelement
is triggered. By default wait time is 0 second.
If we set the time to 10 seconds, and our driver
not able to find element, it will count for
given time. If element findst the webelement
it doesn't throw an exception.
Example 2: what kind of exception after explicit wait
TimeOutException after explicit wait