From 362ab655f6b4df88e2ffd43e78996e362ef0629c Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Sat, 25 Dec 2021 10:57:44 +0100 Subject: [PATCH] remove Inext insterract, was causing error --- V4.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/V4.py b/V4.py index 9772dd8..4000374 100644 --- a/V4.py +++ b/V4.py @@ -402,11 +402,11 @@ def login() : pwd = driver.find_element(By.ID, 'i0118') send_keys_wait(pwd, _password) pwd.send_keys(Keys.ENTER) - try : - driver.find_element(By.ID, 'iNext').click() - - except Exception as e : - printf(f'erreur validation bouton iNext. pas forcement grave - {e}') #dans le cas ou ms change ses parametre de confidentialité +# try : +# driver.find_element(By.ID, 'iNext').click() +# +# except Exception as e : +# printf(f'erreur validation bouton iNext. pas forcement grave - {e}') #dans le cas ou ms change ses parametre de confidentialité CustomSleep(5) try : driver.find_element(By.ID, 'KmsiCheckboxField').click()