1 The Firefox remote agent is a low-level debugging interface based
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
9 This component provides an experimental and partial implementation
10 of a remote devtools interface using the CDP protocol and transport
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