How to add an implicit wait in pytest?
Hi Mark!
To add an implicit wait in pytest, you need to use the below command in your test scripts.
driver.implicitly_wait(10) # seconds
How to add an implicit wait in pytest?
Hi Mark!
To add an implicit wait in pytest, you need to use the below command in your test scripts.
driver.implicitly_wait(10) # seconds