support new API (closes #871,#900,#902)
This commit is contained in:
parent
3e21a76119
commit
c383960729
5 changed files with 205 additions and 333 deletions
|
|
@ -46,7 +46,6 @@ class Visibility(Optimization):
|
|||
def reconnect(self):
|
||||
try:
|
||||
with self.browser:
|
||||
self.browser.logout()
|
||||
self.browser.login()
|
||||
except BrowserUnavailable, e:
|
||||
print str(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue