Skip to content

Commit

Permalink
py: fix syntax error
Browse files Browse the repository at this point in the history
Thanks to @adamreyher for spotting.
  • Loading branch information
andreastt committed Jan 19, 2016
1 parent 4969b74 commit 9e8d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/firefox/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, firefox_profile=None, firefox_binary=None, timeout=30,
remote_server_addr=self.service.service_url)
RemoteWebDriver.__init__(
self,
command_executor=executor
command_executor=executor,
desired_capabilities=capabilities,
keep_alive=True)

Expand Down

0 comments on commit 9e8d764

Please sign in to comment.