Automate Browser
General
Start: The starting point of the process; always runs when Automation begins.
Execute Workflow: Executes other pre-configured workflows, allowing you to combine multiple workflows.
End: Ends the Automation process at this point.
Cmd: Runs Windows Command Prompt (CMD) or Terminal commands for automation.
Image Search: Searches for an image from a specified URL.
Resource Status: Checks the status of resources (e.g., images, scripts) loaded in the tab.
Delay: Pauses for a specified time before proceeding to the next step.
HTTP Request: Sends an HTTP request to a server to fetch or send data.
Browser Request: Sends a request to a webpage or API directly from the browser for data retrieval or automation.
Blocks Group: Groups blocks together for easier organization.
Clipboard: Manages data copied to or pasted from the clipboard.
Wait Connection: Waits for all tabs (or commands) working concurrently to complete.
Note: Adds notes or comments in Automation to aid understanding and debugging.
Workflow State: Manages the state of the workflow during execution.
Parameter Prompt: Prompts the user to specify parameters before proceeding.
Switch Extension Popup: Handles popups from browser extensions, allowing interaction with them.
Browser
Open URL: Opens the specified link in the browser.
Emulate: Simulates device operations.
Network Toggle: Enables or disables network settings like Wi-Fi, mobile data, or airplane mode.
Zoom Page: Adjusts the zoom level of a webpage for better visibility or automation interaction.
WaitTabLoad: Waits until a specific browser tab has fully loaded before continuing the automation.
Switch Tab: Switches to another tab in the browser.
Go Back: Navigates back to the previous page in the tab or window.
Go Forward: Moves forward to the next previously loaded page.
Close Tab/Window: Closes a browser tab or window.
Take Screenshot: Captures a screenshot of the browser tab or window.
Handle Dialog: Handles browser alerts or dialogs.
Reload Tab: Reloads the current tab.
Get Tab URL: Retrieves the URL of the current tab.
Get Info Tabs: Retrieves details about open browser tabs, such as titles and URLs.
Info Extension: Extracts information about installed browser extensions.
Cookie: Handles login or retrieves cookie data from a website.
Web Interaction
Mouse Click: Clicks on an element on the webpage.
Mouse Move: Moves the mouse to a specified position; recommended to use with the Delay command.
Find Text(OCR): Uses Optical Character Recognition (OCR) to detect and extract text from images or the screen.
Get Text: Extracts text from an element on the webpage.
Scroll Element: Scrolls through an element on the webpage.
Link: Manages links on the webpage.
Attribute Value: Extracts the value of an attribute from an element on the webpage.
Input Text: Interacts with web forms, such as filling out input fields.
JavaScript Code: Executes JavaScript code on the webpage.
Trigger Event: Triggers an event on the webpage.
Switch Frame: Switches to another frame on the webpage.
Upload File: Uploads files to a server via a form.
Hover Element: Hovers over an element on the webpage.
Save Assets: Saves resources (e.g., images) from the webpage.
Press Key: Simulates keypress events on the webpage.
Create Element: Creates a new element on the webpage.
Data
Random: Generates random data in various forms as specified.
Gemini AI: Uses Google’s Gemini AI to generate text or images based on a given prompt.
Chat GPT: Uses OpenAI’s ChatGPT to generate responses, content, or assist in automation.
DeepSeek: Uses DeepSeek AI for text generation, summarization, or answering queries.
Insert Data: Inserts data into variables or databases.
File Action: Manages specified file actions, such as adding or deleting files.
Delete Data: Deletes data from variables or databases.
Get Log Data: Retrieves data from logs.
Slice Variable: Splits variable data into parts.
Increase Variable: Increments the value of a variable.
RegEx Variable: Uses Regular Expressions to manipulate variables.
Data Mapping: Maps data from one source to another.
Split Data: Splits a text string into smaller parts using a specified delimiter.
Sort Data: Sorts data.
Control Flow
Repeat Task: Repeats a specified task.
Conditions: Checks conditions and decides the outcome.
Element Exists: Checks if an element exists on the webpage.
While Loop: Loops until a condition is met.
Loop Data: Iterates over received data.
Loop Breakpoint: Sets a stopping point for repeated tasks.
Online Services
Read File Text: Reads or fetches data from a file based on a specified file path.
Excel: Automates reading, writing, or modifying Excel files.
Google Sheets: Manages data in Google Sheets.
Google Sheets (GDrive): Accesses Google Sheets from Google Drive.
Google Drive: Manages files in Google Drive.
IMAP (Read Mail): Accesses and reads email data for use.
Last updated