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/RPAAsserts that a specific color exists at a position
Assert Template Exists
Automation/RPAAsserts that a template image exists on screen
Calculate Elapsed
Automation/RPACalculates elapsed time from a start timestamp
Click At Position
Automation/RPAPerforms a click at a specific screen position
Delay
Automation/RPAPauses execution for a specified duration
Diagnose Failure
Automation/RPACaptures diagnostic info when an automation fails
Drag And Drop
Automation/RPAPerforms a drag and drop operation
Error Recovery
Automation/RPADefines recovery actions for specific error types
Locate By Color
Automation/RPAFinds a pixel on screen matching a specific color
Locate By Template
Automation/RPAFinds an element on screen using template matching
Log Action
Automation/RPALogs an automation action for debugging and auditing
Parse Checkpoint
Automation/RPAParses checkpoint data from a saved JSON string
Retry Loop
Automation/RPARetries 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/RPACreates checkpoint data for potential recovery
Scroll
Automation/RPAPerforms a scroll action at the current mouse position
Start Timer
Automation/RPAReturns the current timestamp for measuring action duration
Take Snapshot
Automation/RPACaptures a screen snapshot and saves to file
Try Catch
Automation/RPACatches 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/RPATypes text using keyboard simulation
Wait For Color
Automation/RPAWaits for a specific color to appear at a position
Wait For Template
Automation/RPAWaits for a template to appear on screen
With Timeout
Automation/RPAExecutes an action with a timeout constraint