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