Get history of titre account

Beta version. Probably need some new parameters
This commit is contained in:
Florent 2013-09-11 20:19:25 +02:00
commit b6c61210b1
3 changed files with 46 additions and 7 deletions

View file

@ -22,7 +22,7 @@ from .accounts_list import AccountsList
from .login import LoginPage, StopPage
from .transfer import TransferPage, TransferConfirmPage
from .bills import BillsPage
from .titre import TitrePage
from .titre import TitrePage, TitreHistory
class AccountPrelevement(AccountsList):
@ -30,4 +30,4 @@ class AccountPrelevement(AccountsList):
__all__ = ['AccountsList', 'LoginPage',
'AccountPrelevement', 'TransferPage', 'TransferConfirmPage',
'BillsPage', 'StopPage', 'TitrePage']
'BillsPage', 'StopPage', 'TitrePage', 'TitreHistory']