Store "where" in ing browser
The ing browser needs a stateful navigation, so store the state with the cookies
This commit is contained in:
parent
31f206e697
commit
c36f3bb040
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ class IngBrowser(LoginBrowser):
|
|||
# CapBill
|
||||
billpage = URL('/protected/pages/common/estatement/eStatement.jsf', BillsPage)
|
||||
|
||||
__states__ = ['where']
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.birthday = re.sub(r'[^\d]', '', kwargs.pop('birthday'))
|
||||
self.where = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue