Orange: adapt to website changes (closes #1828)
* the login page moved to a new address, over HTTPS * the password field is now named 'password'
This commit is contained in:
parent
adabce289d
commit
ffe79d1b6b
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ class LoginPage(Page):
|
|||
|
||||
def login(self, user, pwd):
|
||||
post_data = {"credential" : str(user),
|
||||
"pwd" : str(pwd),
|
||||
"password" : str(pwd),
|
||||
"save_user": "false",
|
||||
"save_pwd" : "false",
|
||||
"save_TC" : "true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue