WebDriver/RemoteProtocol/Developer Resources: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (-)
m (Add links)
Line 8: Line 8:
* [https://firefox-source-docs.mozilla.org/devtools/backend/actor-best-practices.html Actor Best-Practices] from DevTools
* [https://firefox-source-docs.mozilla.org/devtools/backend/actor-best-practices.html Actor Best-Practices] from DevTools
* Debugging with chrome-remote-interface [https://github.com/cyrus-and/chrome-remote-interface#bundled-client bundled client]
* Debugging with chrome-remote-interface [https://github.com/cyrus-and/chrome-remote-interface#bundled-client bundled client]
* DevTools [https://searchfox.org/mozilla-central/source/devtools/server/actors/targets/browsing-context.js BrowsingContextTargetActor] - in Gecko a "browsing context" corresponds to a docShell.
* MDN [https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webNavigation webNavigation]

Revision as of 18:31, 14 March 2020

Aside from our own docs, here are references that might be useful while working on the Remote Protocol.