We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4969b74 commit 9e8d764Copy full SHA for 9e8d764
py/selenium/webdriver/firefox/webdriver.py
@@ -63,7 +63,7 @@ def __init__(self, firefox_profile=None, firefox_binary=None, timeout=30,
63
remote_server_addr=self.service.service_url)
64
RemoteWebDriver.__init__(
65
self,
66
- command_executor=executor
+ command_executor=executor,
67
desired_capabilities=capabilities,
68
keep_alive=True)
69
0 commit comments