Edge Diagnostics Adapter is a protocol adapter that enables tools to debug and diagnose Edge using the Chrome Debugging Protocol.
For now we provide binaries on our releases page and via NPM.
npm install edge-diagnostics-adapter
Binary is now located in ./node_modules/edge-diagnostics-adapter/dist/<platform>
./<path>/EdgeDiagnosticsAdapter.exe
--help
- show available commands--launch <url>
- for opening Edge with a specific URL.--port <url>
- the port number to listen on. Default is 9222.--killall
- kills all running Edge processes.Ctrl-C
to quit. Also, the adapter can be left running as a background process.
To simplify usage with Node we are also providing edge-diagnostics-launch, that works a simple wrapper for the Edge Diagnostics Adapter.
Navigate to localhost:9222. You'll see a listing of all debuggable targets.
See supported features and API or download the protocol.json.
To build and contribute to this project take a gander at the wiki pages on building and contributing (coming soon).