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 b003857 commit 85fd461Copy full SHA for 85fd461
py/selenium/webdriver/safari/webdriver.py
@@ -107,7 +107,7 @@ def __init__(
107
108
executor = SafariRemoteConnection(remote_server_addr=self.service.service_url, keep_alive=keep_alive)
109
110
- super().__init__(command_executor=executor, options=options, desired_capabilities=desired_capabilities)
+ super().__init__(command_executor=executor, options=options)
111
112
self._is_remote = False
113
0 commit comments