跳到主要内容

DevTool Protocol

chrome --headless --remote-debugging-port=9222 --disable-infobars --disable-dev-shm-usage --no-sandbox --user-data-dir=$PWD/chrome --profile-directory=Default --remote-allow-origins='*'

curl http://localhost:9222/json
curl http://localhost:9222/session
[
{
"description": "",
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:53430/devtools/page/<ID>",
"id": "<ID>",
"title": "New Tab",
"type": "page",
"url": "chrome://newtab/",
"webSocketDebuggerUrl": "ws://127.0.0.1:53430/devtools/page/<ID>"
}
]