How to add an implicit wait with Python-Behave?

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)