Skip to content

RPA Node Catalog

Generated category

RPA Node Catalog

Generated from 22 catalog nodes in Automation/RPA.

Nodes in this category

Showing 22 of 22 generated node docs.

Assert Color At Position

Automation/RPA

Asserts that a specific color exists at a position

Assert Template Exists

Automation/RPA

Asserts that a template image exists on screen

Calculate Elapsed

Automation/RPA

Calculates elapsed time from a start timestamp

Click At Position

Automation/RPA

Performs a click at a specific screen position

Delay

Automation/RPA

Pauses execution for a specified duration

Diagnose Failure

Automation/RPA

Captures diagnostic info when an automation fails

Drag And Drop

Automation/RPA

Performs a drag and drop operation

Error Recovery

Automation/RPA

Defines recovery actions for specific error types

Locate By Color

Automation/RPA

Finds a pixel on screen matching a specific color

Locate By Template

Automation/RPA

Finds an element on screen using template matching

Log Action

Automation/RPA

Logs an automation action for debugging and auditing

Parse Checkpoint

Automation/RPA

Parses checkpoint data from a saved JSON string

Retry Loop

Automation/RPA

Retries an action multiple times with configurable backoff. WARNING: This node activates exec_attempt in a loop but the current executor does not re-enter downstream nodes -- the retry semantics require executor-level loop support to work correctly.

Save Checkpoint

Automation/RPA

Creates checkpoint data for potential recovery

Scroll

Automation/RPA

Performs a scroll action at the current mouse position

Start Timer

Automation/RPA

Returns the current timestamp for measuring action duration

Take Snapshot

Automation/RPA

Captures a screen snapshot and saves to file

Try Catch

Automation/RPA

Catches errors from automation actions. WARNING: This node reads error_occurred as a plain boolean input -- it does not actually intercept panics or Result::Err from downstream nodes. True try/catch semantics require executor-level support.

Type Text

Automation/RPA

Types text using keyboard simulation

Wait For Color

Automation/RPA

Waits for a specific color to appear at a position

Wait For Template

Automation/RPA

Waits for a template to appear on screen

With Timeout

Automation/RPA

Executes an action with a timeout constraint