Some small fixes with browser2

This commit is contained in:
Florent 2014-04-01 11:08:58 +02:00
commit 8a28d9cc5f
2 changed files with 4 additions and 5 deletions

View file

@ -127,5 +127,4 @@ class INGBackend(BaseBackend, ICapBank, ICapBill):
if not isinstance(bill, Bill):
bill = self.get_bill(bill)
self.browser.predownload(bill)
with self.browser:
return self.browser.readurl("https://secure.ingdirect.fr" + bill._url)
return self.browser.open("https://secure.ingdirect.fr" + bill._url)