The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Headful Chrome - Basic Connection",
"nodes": [
{
"parameters": {
"url": "http://headful-chrome-n8n:9222/json/version",
"options": {}
},
"id": "1",
"name": "Get Browser Info",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
250,
300
]
},
{
"parameters": {
"jsCode": "const browserInfo = $input.first().json;\nconst wsEndpoint = browserInfo.webSocketDebuggerUrl;\n\n// Use this wsEndpoint in your Puppeteer node\nreturn [{\n json: {\n wsEndpoint,\n browserInfo,\n connectionExample: `puppeteer.connect({ browserWSEndpoint: '${wsEndpoint}' })`\n }\n}];"
},
"id": "2",
"name": "Extract WebSocket URL",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Get Browser Info": {
"main": [
[
{
"node": "Extract WebSocket URL",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Headful Chrome - Basic Connection. Uses httpRequest. Manual trigger; 2 nodes.
Source: https://github.com/fsightprop/headful-chrome/blob/a2657c68a4b5c429c89fa3b5f1e98123c06ad321/n8n-workflows/basic-connection.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
FTS. Uses httpRequest, itemLists, functionItem, start. Manual trigger; 16 nodes.
This is an enterprise-grade solution designed for complex finance departments. It automates the entire accounts payable lifecycle by combining secure document handling, intelligent vendor mapping, 3-w
CBPF. Uses start, httpRequest, itemLists. Manual trigger; 13 nodes.
Claude Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.
DeepSeek Prompt Pre-Processor (Pro V2). Uses start, httpRequest, returnJson. Manual trigger; 10 nodes.