fixing when login is obsolete
This commit is contained in:
parent
8aee597f9f
commit
9aa6f16311
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ class CmbModule(Module, CapBank):
|
|||
|
||||
try:
|
||||
self.browser.open("https://www.cmb.fr/domiweb/servlet/Identification", allow_redirects=False, data=data)
|
||||
self.browser.open("https://www.cmb.fr/domiweb/prive/particulier/releve/0-releve.act")
|
||||
except BrowserHTTPError:
|
||||
raise BrowserIncorrectPassword()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue