Commit c9098b46 authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1784355 - [marionette] Start multiprocess browser toolbox when running...

Bug 1784355 - [marionette] Start multiprocess browser toolbox when running Marionette tests with --jsdebugger. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D154452
parent 90d0f4f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ class GeckoInstance(object):
                    "devtools.chrome.enabled": True,
                    "devtools.debugger.prompt-connection": False,
                    "devtools.debugger.remote-enabled": True,
                    "devtools.testing": True,
                }
            )