Open
Description
Thanks for the nice script.
Is seems MS changed the login screen.
Using the https://login.live.com/login.srf now allows me to insert only the email address. (the password field is on the page but hidden and show after pressing next)
The button "idSIButton9" now need to be clicked two times
line 63:
session.at_css('#idSIButton9').click()
following worked or me:
session.at_css('#idSIButton9').click()
# wait for page to finish showing password field
time.sleep(3)
session.at_css('#idSIButton9').click()
As I'm not so familiar with python, there may be better ways to check if the page has loaded.
Metadata
Metadata
Assignees
Labels
No labels