WebDriver/RemoteProtocol: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(remove superfluous dot)
(add Remote/Meetings link)
Line 1: Line 1:
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.
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.
== Meetings ==
See [[Remote/Meetings]].


== Communication ==
== Communication ==

Revision as of 14:47, 17 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.

Meetings

See Remote/Meetings.

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