headless-inspector

0.1.3 • Public • Published

Headless Inspector

headless-inspector

Headless Remote WebKit Inspector Client

Usage

  1. 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

  2. Find the first available debugger socket

    DEBUGGER_SOCKET=$(curl -s "http://localhost:9222/json"|grep webSocketDebuggerUrl|cut -d'"' -f4| head -1)

Package Sidebar

Install

npm i headless-inspector

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • subtlegradient