We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af634c7 commit a82d39bCopy full SHA for a82d39b
py/selenium/webdriver/common/desired_capabilities.py
@@ -50,6 +50,7 @@ class DesiredCapabilities(object):
50
FIREFOX = {
51
"browserName": "firefox",
52
"acceptInsecureCerts": True,
53
+ "moz:debuggerAddress": True,
54
}
55
56
INTERNETEXPLORER = {
0 commit comments