Skip to content

Commit 1ab7721

Browse files
[py] Remove superfluous capabilities that are not needed
1 parent 3a3cde1 commit 1ab7721

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/selenium/webdriver/common/desired_capabilities.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class DesiredCapabilities(object):
4949

5050
FIREFOX = {
5151
"browserName": "firefox",
52-
"version": "",
53-
"platform": "ANY",
5452
"marionette": True,
5553
"acceptInsecureCerts": True,
5654
}

0 commit comments

Comments
 (0)