From f8e9daaeddf94d49c44014c81e54e52d85ad708f Mon Sep 17 00:00:00 2001 From: piair338 Date: Mon, 24 Oct 2022 08:38:11 +0000 Subject: [PATCH] well, not working at all is faster than working right ? --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 5462401..579b5e5 100755 --- a/V4.py +++ b/V4.py @@ -590,11 +590,11 @@ def login(): except : raise ValueError('already logged in') - WaitUntilVisible(By.ID, "i0116") + WaitUntilVisible(By.ID, "i0116", browser = driver) mail = driver.find_element(By.ID, "i0116") send_keys_wait(mail, _mail) mail.send_keys(Keys.ENTER) - WaitUntilVisible(By.ID, "i0118") + WaitUntilVisible(By.ID, "i0118", browser = driver) pwd = driver.find_element(By.ID, "i0118") send_keys_wait(pwd, _password) pwd.send_keys(Keys.ENTER)