gecko-dev/remote/doc/index.rst
Maja Frydrychowicz 21d8ce86a1 Bug 1622363 - (docs) Fix communication link
Differential Revision: https://phabricator.services.mozilla.com/D66814

--HG--
extra : moz-landing-system : lando
2020-03-13 18:52:00 +00:00

56 lines
1.3 KiB
ReStructuredText

===============
Remote Protocol
===============
The Firefox **remote protocol** is a low-level debugging interface
you can use to inspect the state and control execution of documents
running in web content, instrument the browser in interesting ways,
simulate user interaction for automation purposes, and for subscribing
to updates in the browser such as network- or console logs.
It complements the existing Firefox Developer Tools `Remote Debugging
Protocol`_ (RDP) by implementing a subset of the `Chrome DevTools
Protocol`_ (CDP).
.. _Remote Debugging Protocol: https://docs.firefox-dev.tools/backend/protocol.html
.. _Chrome DevTools Protocol: https://chromedevtools.github.io/devtools-protocol/
.. toctree::
:maxdepth: 1
Usage.md
Prefs.md
Internals
=========
.. toctree::
:maxdepth: 1
Building.md
Debugging.md
Testing.md
Architecture.md
Prefs.md
CodeStyle.md
PuppeteerVendor.md
Security.md
Bugs
====
Bugs are tracked under the `Remote Protocol product`_.
.. _Remote Protocol product: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol
Communication
=============
See `Communication`_ on `our project wiki`_.
.. _Communication: https://wiki.mozilla.org/Remote#Communication
.. _our project wiki: https://wiki.mozilla.org/Remote