Package Information
Released: 4/5/2025
Downloads: 0 weekly / 25 monthly
Latest Version: 3.2.0
Author: tarunjain15
Documentation
Browser Tools for n8n
This package contains custom nodes for n8n that provide browser automation capabilities. The nodes allow you to control browser instances and perform various page actions using Puppeteer.
Nodes
This package includes the following nodes:
Browser Instance: Control browser instances for automation
- Start and stop browser sessions
- Manage browser pages
- Configure headless/non-headless mode
Page Action: Perform actions within browser pages
- Navigate to URLs
- Click elements
- Input text
- Wait for selectors
- Take screenshots
- Extract HTML and text content
Prerequisites
- n8n (version 0.214.0 or later)
- Node.js (version 18 or later)
Installation
Navigate to the n8n installation directory
Install the package:
npm install custom-node-browser-tools
Start n8n
Usage
After installation, the Browser Tools nodes will be available in your n8n instance. You can use them in workflows to automate browser interactions.
Sample Workflow
- Use a "Browser Instance" node to start a new browser session
- Use a "Page Action" node to navigate to a URL
- Use additional "Page Action" nodes to perform actions like clicking buttons, filling forms, etc.
- Finally, use another "Browser Instance" node to close the browser when finished