the issue seems to be due to MS

This commit is contained in:
piair 2024-02-27 16:13:01 +01:00
parent d9ebccebb8
commit a88ad8dd47
2 changed files with 3 additions and 2 deletions

3
V6.py
View File

@ -399,7 +399,8 @@ def login_part_2():
if "proof" in driver.current_url:
driver.find_element(By.ID, "iLooksGood")
for elm_id in ["iNext", "KmsiCheckboxField", "id__0", "iLooksGood", "idSIButton9", "iCancel"]:
for elm_id in ["checkboxField", "KmsiCheckboxField", "acceptButton", "iNext", "id__0", "iLooksGood", "idSIButton9",
"iCancel"]:
if get_domain(driver) == "account.microsoft.com":
break
try:

View File

@ -1 +1 @@
v6.8.17
v6.8.18