well the login works, but it will cause issues later with cookies
This commit is contained in:
parent
40f08b4c86
commit
d9ebccebb8
1
V6.py
1
V6.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue