Add 100ms implicit wait time to selenium driver

This commit is contained in:
Johannes Hoppe 2017-05-17 09:25:33 +02:00
parent 55e481470e
commit 4147cac2f8

View file

@ -41,6 +41,7 @@ def driver(request):
pytest.skip(force_text(e))
else:
b.set_window_size(1200, 800)
b.implicitly_wait(0.1)
yield b
if request.param == 'chrome':
# chrome needs a couple of seconds before it can be quit