How to add an implicit wait with Python-UnitTest?
Hi Brettm,
To add an implicit wait with Python-UnitTest, you can add the command below:
driver.implicitly_wait(10)
How to add an implicit wait with Python-UnitTest?
Hi Brettm,
To add an implicit wait with Python-UnitTest, you can add the command below:
driver.implicitly_wait(10)