Get accounts on the new website

This commit is contained in:
Florent 2013-02-22 09:36:39 +01:00 committed by Romain Bignon
commit c6e5f41983
2 changed files with 9 additions and 20 deletions

View file

@ -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,