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 3a3cde1 commit 1ab7721Copy full SHA for 1ab7721
py/selenium/webdriver/common/desired_capabilities.py
@@ -49,8 +49,6 @@ class DesiredCapabilities(object):
49
50
FIREFOX = {
51
"browserName": "firefox",
52
- "version": "",
53
- "platform": "ANY",
54
"marionette": True,
55
"acceptInsecureCerts": True,
56
}
0 commit comments