Skip to content

Commit a82d39b

Browse files
[py] Add mozdebugger capabililty to be on by default
1 parent af634c7 commit a82d39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/common/desired_capabilities.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class DesiredCapabilities(object):
5050
FIREFOX = {
5151
"browserName": "firefox",
5252
"acceptInsecureCerts": True,
53+
"moz:debuggerAddress": True,
5354
}
5455

5556
INTERNETEXPLORER = {

0 commit comments

Comments
 (0)