WebDriver/RemoteProtocol: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(highlight Remote Protocol)
(remove superfluous dot)
Line 6: Line 6:
: [mailto:dev-remote@lists.mozilla.org dev-remote@lists.mozilla.org] ([https://lists.mozilla.org/listinfo/dev-remote subscribe], [https://lists.mozilla.org/pipermail/dev-remote/ archive])
: [mailto:dev-remote@lists.mozilla.org dev-remote@lists.mozilla.org] ([https://lists.mozilla.org/listinfo/dev-remote subscribe], [https://lists.mozilla.org/pipermail/dev-remote/ archive])
; Real-time chat
; Real-time chat
: The IRC channel for the project is {{IRC|remote}} ([http://chat.mibbit.com/?server=irc.mozilla.org&channel=#remote webchat]).
: The IRC channel for the project is {{IRC|remote}} ([http://chat.mibbit.com/?server=irc.mozilla.org&channel=#remote webchat])
; Bug tracking
; Bug tracking
: [https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol <code>Remote Protocol</code>] in Bugzilla
: [https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol <code>Remote Protocol</code>] in Bugzilla

Revision as of 16:32, 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