fix website changes on auth page
This commit is contained in:
parent
2077cbdf34
commit
dcd0eb430d
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ __all__ = ['LoginPage']
|
|||
|
||||
class LoginPage(HTMLPage):
|
||||
def login(self, username, password):
|
||||
form = self.get_form(name='formIdentification')
|
||||
form = self.get_form('//form[@id="formAuth"]')
|
||||
|
||||
form['noPersonne'] = username
|
||||
form['motDePasse'] = password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue