From c36f3bb040b69ff62897c0f8bf3105ef7018b08a Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 19 Mar 2015 22:52:48 +0100 Subject: [PATCH] Store "where" in ing browser The ing browser needs a stateful navigation, so store the state with the cookies --- modules/ing/browser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ing/browser.py b/modules/ing/browser.py index 36c04289..1e525237 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -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