headless-inspector
v0.1.3
Published
headless client for webkit remote inspector and blink devtools
Downloads
3
Maintainers
Readme
headless-inspector
Headless Remote WebKit Inspector Client
Usage
Launch a browser with remote webkit inspector server enabled
open -a "Google Chrome Canary" --args --remote-debugging-port=9222 --user-data-dir="$TMPDIR/.chrome-user-data" about:blank
Find the first available debugger socket
DEBUGGER_SOCKET=$(curl -s "http://localhost:9222/json"|grep webSocketDebuggerUrl|cut -d'"' -f4| head -1)