WebDriver/RemoteProtocol/Developer Resources: Difference between revisions
< WebDriver | RemoteProtocol
Jump to navigation
Jump to search
(add DevTols server architecture doc) |
m (add links) |
||
| Line 5: | Line 5: | ||
* [https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code Getting around the chrome source code] | * [https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code Getting around the chrome source code] | ||
* [https://gist.github.com/juliandescottes/9b73bf53712413b29e75683788a8ecab DevTools Server Architecture and <code>JsWindowActors</code>] | * [https://gist.github.com/juliandescottes/9b73bf53712413b29e75683788a8ecab DevTools Server Architecture and <code>JsWindowActors</code>] | ||
* [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 | |||
Revision as of 19:05, 13 March 2020
Aside from our own docs, here are references that might be useful while working on the Remote Protocol.