encore des nouveaux truc par la
This commit is contained in:
parent
7c19dcc974
commit
1c9697700d
2
V6.py
2
V6.py
|
@ -469,7 +469,7 @@ def login_part_2(ldriver, cookies = False):
|
|||
ldriver.find_element(BY.ID, "iLooksGood")
|
||||
if cookies:
|
||||
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":
|
||||
break
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue