Skip to main content
The Browser node is full fledged browser used to browse a website, perform actions and/or scrape data. This is useful when you want to automate a web browsing task.

Common options

Browser Options

Live Debug Mode

The live debug mode allows you to see the browser in action. This is useful for debugging and testing your browser automations.

Retries

This is the number of times we will retry the browser automation before giving up.

Block Ads

This blocks all ads during the browsing session.

Disable Automatic CAPTCHA Solving

This disables automatic CAPTCHA solving. Ideally you wouldn’t want to disable this, but in some cases you might want to do this if your automation is failing for some reason.

Browser Instructions

Browser instructions are the instructions your browser automation will follow. They include all the steps your automated browser will take during a package run.
There are two (2) ways to access browser instructions on a browser node:
1

Click the instructions icon on the node, or ...

2

Click on Browser Instructions on the right hand panel

Actions

Most actions support @tags. You can reference any node that comes before the browser node.

AI Instruct

Instead of using code, or tweaking settings, just use plain English to tell the browser what to do. This is useful if you don’t know how to code, or if you just want to quickly automate a task.

Go to URL

Goes to the URL you specify.

Video Walkthrough

Below is a video walkthrough of how to use this node.