Fixing timeout issue
This commit is contained in:
parent
28464373b6
commit
76ca6a36bf
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user