fix handling of pages (closes #685)
This commit is contained in:
parent
a69491aefa
commit
bd3d8738fc
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ class OrangeBrowser(BaseBrowser):
|
||||||
PAGES = {
|
PAGES = {
|
||||||
'http://id.orange.fr/auth_user/bin/auth_user.cgi.*': LoginPage,
|
'http://id.orange.fr/auth_user/bin/auth_user.cgi.*': LoginPage,
|
||||||
'http://id.orange.fr/auth_user/bin/auth0user.cgi.*': LoginPage,
|
'http://id.orange.fr/auth_user/bin/auth0user.cgi.*': LoginPage,
|
||||||
'http://smsmms1.orange.fr/M/Sms/sms_write.php.*' : ComposePage,
|
'http://smsmms1.orange.fr/./Sms/sms_write.php.*' : ComposePage,
|
||||||
'http://smsmms1.orange.fr/M/Sms/sms_write.php?command=send' : ConfirmPage,
|
'http://smsmms1.orange.fr/./Sms/sms_write.php?command=send' : ConfirmPage,
|
||||||
}
|
}
|
||||||
def get_nb_remaining_free_sms(self):
|
def get_nb_remaining_free_sms(self):
|
||||||
self.location("http://smsmms1.orange.fr/M/Sms/sms_write.php")
|
self.location("http://smsmms1.orange.fr/M/Sms/sms_write.php")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue