WebDriver/RemoteProtocol/Developer Resources: Difference between revisions
< WebDriver | RemoteProtocol
Jump to navigation
Jump to search
m (add links) |
m (-) |
||
| Line 7: | Line 7: | ||
* [https://searchfox.org/mozilla-central/source/js/src/doc/Debugger/Debugger.Object.md JS Debugger Object] | * [https://searchfox.org/mozilla-central/source/js/src/doc/Debugger/Debugger.Object.md JS Debugger Object] | ||
* [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] | |||
Revision as of 19:06, 13 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