Search bills on freemobile
This commit is contained in:
parent
749162188d
commit
c890fe26d7
3 changed files with 26 additions and 6 deletions
|
|
@ -83,5 +83,9 @@ class Freemobile(BaseBrowser):
|
|||
def get_details(self):
|
||||
if not self.is_on_page(DetailsPage):
|
||||
self.location('/moncompte/index.php?page=suiviconso')
|
||||
test = self.page.get_details()
|
||||
return test
|
||||
return self.page.get_details()
|
||||
|
||||
def iter_bills(self):
|
||||
if not self.is_on_page(DetailsPage):
|
||||
self.location('/moncompte/index.php?page=suiviconso')
|
||||
return self.page.date_bills()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue