mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
bug 1523104: remote: format; r=me a=docs
This commit is contained in:
parent
19f467e2c1
commit
7b68bf360f
@ -1,17 +1,19 @@
|
||||
The Firefox remote agent is a low-level debugging interface based on the
|
||||
CDP protocol.
|
||||
The Firefox remote agent is a low-level debugging interface based
|
||||
on the CDP protocol.
|
||||
|
||||
With it, you can inspect the state and control execution of documents
|
||||
running in web content, instrument Gecko in interesting ways, simulate
|
||||
user interaction for automation purposes, and debug JavaScript execution.
|
||||
running in web content, instrument Gecko in interesting ways,
|
||||
simulate user interaction for automation purposes, and debug
|
||||
JavaScript execution.
|
||||
|
||||
This component provides an experimental and partial implementation
|
||||
of a remote devtools interface using the CDP protocol and transport layer.
|
||||
of a remote devtools interface using the CDP protocol and transport
|
||||
layer.
|
||||
|
||||
See https://firefox-source-docs.mozilla.org/remote/ for documentation.
|
||||
|
||||
The remote agent is not by default included in Firefox builds.
|
||||
To build it, put this in your mozconfig:
|
||||
The remote agent is not by default included in Firefox builds. To
|
||||
build it, put this in your mozconfig:
|
||||
|
||||
ac_add_options --enable-cdp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user