support investments detail

This commit is contained in:
Romain Bignon 2014-11-26 14:55:23 +01:00
commit c4f658341c
3 changed files with 44 additions and 8 deletions

View file

@ -83,6 +83,11 @@ class Fortuneo(Browser):
if self.is_on_page(AccountsList) and self.page.need_reload():
self.location('/ReloadContext?action=1&')
def get_investments(self, account):
self.location(account._link_id)
return self.page.get_investments()
def get_history(self, account):
self.location(account._link_id)