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 c5c6d58 commit 7c2b517Copy full SHA for 7c2b517
py/selenium/webdriver/firefox/webdriver.py
@@ -89,7 +89,7 @@ def quit(self):
89
# Happens if Firefox shutsdown before we've read the response from
90
# the socket.
91
pass
92
- if "marionette" in self.capabilities and self.capabilities['marionette'] is True:
+ if "specificationLevel" in self.capabilities:
93
self.service.stop()
94
else:
95
self.binary.kill()
0 commit comments