1The Firefox remote agent is a low-level debugging interface based
2on the CDP protocol.
3
4With it, you can inspect the state and control execution of documents
5running in web content, instrument Gecko in interesting ways,
6simulate user interaction for automation purposes, and debug
7JavaScript execution.
8
9This component provides an experimental and partial implementation
10of a remote devtools interface using the CDP protocol and transport
11layer.
12
13See https://firefox-source-docs.mozilla.org/remote/ for documentation.
14
15It is available in Firefox Nightly and is started this way:
16
17	% ./mach run --remote-debugger
18