Skip to content

Commit

Permalink
upgrade code for current selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
wo committed Feb 16, 2017
1 parent ffff1ba commit 15ca4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ActualBrowser(webdriver.Firefox):

def __init__(self):
logger.debug('initializing browser')
super().__init__()
super().__init__(log_path='/tmp/selenium.log')

def __del__(self):
global _display
Expand Down

0 comments on commit 15ca4e1

Please sign in to comment.