Skip to content

New Login dialog #3

Description

@leinich

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions