Get accounts on the new website
This commit is contained in:
parent
2db54c44c9
commit
c6e5f41983
2 changed files with 9 additions and 20 deletions
|
|
@ -34,7 +34,7 @@ class Ing(BaseBrowser):
|
|||
DEBUG_HTTP = False
|
||||
#DEBUG_HTTP = True
|
||||
ENCODING = None # refer to the HTML encoding
|
||||
PAGES = {'.*displayTRAccountSummary.*': AccountsList,
|
||||
PAGES = {'.*pages/index.jsf.*': AccountsList,
|
||||
'.*displayLogin.jsf.*': LoginPage,
|
||||
'.*accountDetail.jsf.*': AccountHistory,
|
||||
'.*displayTRHistorique.*': AccountHistory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue