Fixing timeout issue

This commit is contained in:
Michael Reber 2019-11-21 16:47:41 +01:00
parent 28464373b6
commit 76ca6a36bf

View File

@ -111,7 +111,7 @@ def la_login(driver, args):
password = driver.find_element_by_name('password')
password.send_keys(args['password'])
password.send_keys(Keys.RETURN)
time.sleep(10)
time.sleep(15)
try:
driver.find_element_by_id('navigationUsername')