n8n-nodes-nvk-browser
v1.1.5
Published
n8n nodes for managing Chrome browser profiles and page interactions with Puppeteer automation
Maintainers
Readme
NVK Browser - n8n Nodes Package
NVK Browser is a powerful custom node package for n8n designed to manage Chrome browser profiles and automate web interactions using Puppeteer.
Search for "nvk-browser" in your n8n nodes panel to find all available actions.
⚠️ Important Requirements
Before installation, please ensure your environment meets the following criteria:
- Operating System: This package is designed to run exclusively on Windows.
- Environment: You must have Node.js (v18+) installed on your machine.
- n8n Installation: This package is compatible only with n8n instances installed via npm. (It will not work with Docker or Desktop App versions without manual path adjustments).
🚀 Getting Started (Mandatory Step)
To use this package, the first thing you must do is execute the "Download browser" node.
- This node will download and set up the specific Chrome binaries required for the automation to function.
- Without this step, other nodes will not be able to launch the browser.
✨ Key Features
🛡️ Advanced Profile Management
- Persistent Sessions: Create browser profiles that save all login information, cookies, and cache. Once you log in to a website, you stay logged in for future sessions without needing to re-authenticate.
- Proxy & Extensions: Each profile can be configured with its own unique proxy and specific Chrome extensions.
- Anti-Detection: Engineered to bypass Cloudflare protection and Captcha by mimicking real user behavior and utilizing authentic browser fingerprints.
🤖 Intelligent Automation & Recording
- Move and Click: Supports Puppeteer
Locator.race()and JavaScript. You can automate complex interactions like clicking and filling forms. - Recorder Integration: You can use the Chrome DevTools Recorder (or Playwright Recorder) to capture your actions. Simply export the code as Puppeteer, and paste it directly into the "Move and click" node to run it immediately.
- JavaScript & Puppeteer API: Run custom scripts directly in the browser context or use the full Puppeteer API for advanced control.
- Bypass Cloudflare via HTTP: Use the "Make HTTP request" node to perform requests using the browser's active cookies and headers, allowing you to fetch data from protected sites easily.
📸 Automation Workflow
Easily export recorded code from Chrome and run it in n8n:
Image: Exporting Puppeteer code from Chrome DevTools for the Move and Click node.
🛠️ Actions Included (10)
Profile Management Actions
- Create a profile: Create a new browser identity with proxies and extensions.
- Delete a profile: Remove profiles and their local data.
- Start a profile: Launch Chrome with a specific profile (Visible or Headless).
- Stop a profile: Close a running browser instance to save resources.
- Update a profile: Edit settings for existing profiles.
- Download browser: (Required) Initial setup of the browser environment.
Page Interaction Actions
- Move and click: Core automation node (Supports Recorder code).
- Run JavaScript: Execute code in browser tabs.
- Get network response: Capture background API responses or network data.
- Make HTTP request: Perform authenticated requests using profile cookies.
📥 Installation
- Navigate to your n8n custom nodes directory and install dependencies:
npm install