well the login works, but it will cause issues later with cookies

This commit is contained in:
piair 2024-02-27 16:09:23 +01:00
parent 40f08b4c86
commit d9ebccebb8
2 changed files with 2 additions and 1 deletions

1
V6.py
View File

@ -403,6 +403,7 @@ def login_part_2():
if get_domain(driver) == "account.microsoft.com": if get_domain(driver) == "account.microsoft.com":
break break
try: try:
input(elm_id)
driver.find_element(By.ID, elm_id).click() driver.find_element(By.ID, elm_id).click()
except Exception as e: except Exception as e:
debug(e) debug(e)

View File

@ -1 +1 @@
v6.8.16 v6.8.17