WebDriver/RemoteProtocol

From MozillaWiki
< WebDriver
Revision as of 18:45, 6 February 2019 by Ato (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
remote@lists.mozilla.org (subscribe, [https://lists.mozilla.org/pipermail/remote/
Real-time chat
The IRC channel for the team is #interop (webchat).
Bug tracking
Remote Protocol in Bugzilla

Staff