Bug 1662411 [wpt PR 25321] - Fix wildcard host matching in CSPEE subsume algorithm...
[gecko.git] / remote / README
blobde31aa4b342ffb4175e5009bbfffaf27a17c1d16
1 The Firefox remote agent is a low-level debugging interface based
2 on the CDP protocol.
4 With it, you can inspect the state and control execution of documents
5 running in web content, instrument Gecko in interesting ways,
6 simulate user interaction for automation purposes, and debug
7 JavaScript execution.
9 This component provides an experimental and partial implementation
10 of a remote devtools interface using the CDP protocol and transport
11 layer.
13 See https://firefox-source-docs.mozilla.org/remote/ for documentation.
15 It is available in Firefox Nightly and is started this way:
17         % ./mach run --remote-debugger