Skip to content

Commit ec8ff72

Browse files
Add the W3C capability to Firefox for accepting insecure certificates
1 parent b33a3c9 commit ec8ff72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/common/desired_capabilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class DesiredCapabilities(object):
5353
"platform": "ANY",
5454
"javascriptEnabled": True,
5555
"marionette": True,
56+
"acceptInsecureCerts": True,
5657
}
5758

5859
INTERNETEXPLORER = {

0 commit comments

Comments
 (0)