encore des nouveaux truc par la

This commit is contained in:
piair 2023-10-07 11:56:37 +02:00
parent 7c19dcc974
commit 1c9697700d
2 changed files with 2 additions and 2 deletions

2
V6.py
View File

@ -469,7 +469,7 @@ def login_part_2(ldriver, cookies = False):
ldriver.find_element(BY.ID, "iLooksGood") ldriver.find_element(BY.ID, "iLooksGood")
if cookies: if cookies:
save_cookies(ldriver) save_cookies(ldriver)
for id in ["KmsiCheckboxField", "id__0", "iLooksGood", "idSIButton9", "iCancel"]: for id in ["iNext", "KmsiCheckboxField", "id__0", "iLooksGood", "idSIButton9", "iCancel"]:
if get_domain(ldriver) == "account.microsoft.com": if get_domain(ldriver) == "account.microsoft.com":
break break
try: try:

View File

@ -1 +1 @@
v6.7.1 v6.7.2