do not need history anymore
This commit is contained in:
parent
59169cd281
commit
dcdc84dced
2 changed files with 0 additions and 5 deletions
|
|
@ -35,10 +35,6 @@ class BNPorc(BaseBrowser):
|
||||||
|
|
||||||
is_logging = False
|
is_logging = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
|
||||||
kwargs['history'] = None # need history
|
|
||||||
BaseBrowser.__init__(self, *args, **kwargs)
|
|
||||||
|
|
||||||
def home(self):
|
def home(self):
|
||||||
self.location('https://www.secure.bnpparibas.net/banque/portail/particulier/HomeConnexion?type=homeconnex')
|
self.location('https://www.secure.bnpparibas.net/banque/portail/particulier/HomeConnexion?type=homeconnex')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ class LoginPage(BasePage):
|
||||||
|
|
||||||
def login(self, login, password):
|
def login(self, login, password):
|
||||||
img = Captcha(self.browser.openurl('/NSImgGrille'))
|
img = Captcha(self.browser.openurl('/NSImgGrille'))
|
||||||
self.browser.back()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
img.build_tiles()
|
img.build_tiles()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue