WebDriver/RemoteProtocol/Developer Resources: Difference between revisions
< WebDriver | RemoteProtocol
Jump to navigation
Jump to search
m (Add links) |
m (-) |
||
| Line 9: | Line 9: | ||
* 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. | * DevTools [https://searchfox.org/mozilla-central/source/devtools/server/actors/targets/browsing-context.js BrowsingContextTargetActor] - in Gecko a "browsing context" corresponds to a docShell. | ||
Revision as of 16:50, 26 March 2020
Aside from our own docs, here are references that might be useful while working on the Remote Protocol.
- Remote/PuppeteerCDPUsage and Remote/GutenbergCDPUsage
- Contributors' guide, Chrome DevTools Protocol
- Getting around the chrome source code
- DevTools Server Architecture and
JsWindowActors - JS Debugger Object
- Actor Best-Practices from DevTools
- Debugging with chrome-remote-interface bundled client
- DevTools BrowsingContextTargetActor - in Gecko a "browsing context" corresponds to a docShell.