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