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 b33a3c9 commit ec8ff72Copy full SHA for ec8ff72
py/selenium/webdriver/common/desired_capabilities.py
@@ -53,6 +53,7 @@ class DesiredCapabilities(object):
53
"platform": "ANY",
54
"javascriptEnabled": True,
55
"marionette": True,
56
+ "acceptInsecureCerts": True,
57
}
58
59
INTERNETEXPLORER = {
0 commit comments