support investments detail
This commit is contained in:
parent
a069ae387e
commit
c4f658341c
3 changed files with 44 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue