0
votes

what is the difference between implicit and explicit wait at driver level. Which one is driver level wait. If we give implicit and explicit wait in our code. Which one will have first priority.

1

1 Answers

0
votes

implicit wait is implemented in the driver. explicit wait is implement in the selenium library in the programming language your code is written in.

it is not defined which will have priority if implicit and explicit is mixed.

read here for more info:

tl;dr: if you mix you will have a bad time.