Search bills on freemobile

This commit is contained in:
Florent 2012-03-13 21:39:18 +01:00 committed by Romain Bignon
commit c890fe26d7
3 changed files with 26 additions and 6 deletions

View file

@ -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()