5 The Firefox **remote protocol** is a low-level debugging interface
6 you can use to inspect the state and control execution of documents
7 running in web content, instrument the browser in interesting ways,
8 simulate user interaction for automation purposes, and for subscribing
9 to updates in the browser such as network- or console logs.
11 It complements the existing Firefox Developer Tools :ref:`Remote Debugging
12 Protocol <Remote Debugging Protocol>` (RDP) by implementing a subset of the
13 `Chrome DevTools Protocol`_ (CDP).
15 .. _Chrome DevTools Protocol: https://chromedevtools.github.io/devtools-protocol/
43 Bugs are tracked under the `Remote Protocol product`_.
45 .. _Remote Protocol product: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol
51 See `Communication`_ on `our project wiki`_.
53 .. _Communication: https://wiki.mozilla.org/Remote#Communication
54 .. _our project wiki: https://wiki.mozilla.org/Remote