Get history of titre account
Beta version. Probably need some new parameters
This commit is contained in:
parent
5a30d5568a
commit
b6c61210b1
3 changed files with 46 additions and 7 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue