WebDriver/RemoteProtocol: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add punctuation)
(link to CDP description)
Line 1: Line 1:
The Firefox Remote Protocol 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.
The Firefox Remote Protocol is a low-level debugging interface based on the [https://chromedevtools.github.io/devtools-protocol/ 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.


== Communication ==
== Communication ==

Revision as of 16:31, 8 February 2019

The Firefox Remote Protocol 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.

Communication

Mailing list
dev-remote@lists.mozilla.org (subscribe, archive)
Real-time chat
The IRC channel for the project is #remote (webchat).
Bug tracking
Remote Protocol in Bugzilla

Staff