From a88ad8dd47f2475564b5a006d9966030afe92de9 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 27 Feb 2024 16:13:01 +0100 Subject: [PATCH] the issue seems to be due to MS --- V6.py | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/V6.py b/V6.py index 0b2b0a2..c3143da 100755 --- a/V6.py +++ b/V6.py @@ -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: diff --git a/version b/version index 976ab2f..efa0813 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.17 +v6.8.18