Does selenium explicit wait always take the entire wait time or can it finish sooner?
Answers
Answered by
0
Explanation:
It can finish once it was able to find the element. If not it does throws the error and stops. The poll time is again very specific to the driver implementation ( not Java bindings , but the driver part, example: FireFox extension, Safari Extension etc.)
As I have mentioned here, these are very specific to the driver implementation. All driver related calls goes via execute method.
HOPE IT HELPS YOU,
THANK YOU. ☺️
Similar questions