Fix history for saving accounts
This commit is contained in:
parent
2d08719789
commit
4c29f8a4cd
2 changed files with 10 additions and 2 deletions
|
|
@ -156,9 +156,13 @@ class AccountsList(LoggedPage, HTMLPage):
|
|||
item_xpath = '//div[@class="transactions cc future"]//table'
|
||||
|
||||
@method
|
||||
class get_transactions(generic_transactions):
|
||||
class get_transactions_cc(generic_transactions):
|
||||
item_xpath = '//div[@class="temporaryTransactionList"]//table'
|
||||
|
||||
@method
|
||||
class get_transactions_others(generic_transactions):
|
||||
item_xpath = '//table'
|
||||
|
||||
def get_history_jid(self):
|
||||
span = self.doc.xpath('//span[@id="index:panelASV"]')
|
||||
if len(span) > 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue