Skip to content

Commit

Permalink
Add the W3C capability to Firefox for accepting insecure certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 7, 2017
1 parent b33a3c9 commit ec8ff72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/selenium/webdriver/common/desired_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class DesiredCapabilities(object):
"platform": "ANY",
"javascriptEnabled": True,
"marionette": True,
"acceptInsecureCerts": True,
}

INTERNETEXPLORER = {
Expand Down

0 comments on commit ec8ff72

Please sign in to comment.