LCL Enterprise: support pagination
This commit is contained in:
parent
e4eb708cc8
commit
03beabe5a0
2 changed files with 12 additions and 2 deletions
|
|
@ -67,6 +67,9 @@ class MovementsPage(BasePage):
|
|||
|
||||
return account
|
||||
|
||||
def nb_pages(self):
|
||||
return int(self.document.xpath('//input[@name="nbPages"]/@value')[0])
|
||||
|
||||
def get_operations(self):
|
||||
LINE_XPATH = '//table[@id="listeEffets"]/tbody/tr'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue