From d9ebccebb86bed90d501abb324aaecf227a2bb83 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 27 Feb 2024 16:09:23 +0100 Subject: [PATCH] well the login works, but it will cause issues later with cookies --- V6.py | 1 + version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/V6.py b/V6.py index 3c19601..0b2b0a2 100755 --- a/V6.py +++ b/V6.py @@ -403,6 +403,7 @@ def login_part_2(): if get_domain(driver) == "account.microsoft.com": break try: + input(elm_id) driver.find_element(By.ID, elm_id).click() except Exception as e: debug(e) diff --git a/version b/version index 4a10c9c..976ab2f 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.16 +v6.8.17