forked from piair/MsRewards-Reborn
the issue seems to be due to MS
This commit is contained in:
parent
d9ebccebb8
commit
a88ad8dd47
3
V6.py
3
V6.py
@ -399,7 +399,8 @@ def login_part_2():
|
|||||||
if "proof" in driver.current_url:
|
if "proof" in driver.current_url:
|
||||||
driver.find_element(By.ID, "iLooksGood")
|
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":
|
if get_domain(driver) == "account.microsoft.com":
|
||||||
break
|
break
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user