Skip to content

Computer Node Catalog

Generated category

Computer Node Catalog

Generated from 25 catalog nodes in Automation/Computer.

Automation/Computer/AccessibilityAutomation/Computer/CaptureAutomation/Computer/ClipboardAutomation/Computer/DisplayAutomation/Computer/KeyboardAutomation/Computer/MouseAutomation/Computer/WaitAutomation/Computer/Window

Nodes in this category

Showing 25 of 25 generated node docs.

Find Accessibility Element

Automation/Computer/Accessibility

Finds an element in the accessibility tree by role, name, or other attributes

Get Accessibility Tree

Automation/Computer/Accessibility

Retrieves the accessibility tree for a window (requires platform-specific accessibility APIs)

Screenshot

Automation/Computer/Capture

Takes a screenshot of the screen, window, or region

Get Clipboard Image

Automation/Computer/Clipboard

Gets an image from the system clipboard if available

Get Clipboard Text

Automation/Computer/Clipboard

Gets the current text content from the system clipboard

Set Clipboard Image

Automation/Computer/Clipboard

Sets an image to the system clipboard

Set Clipboard Text

Automation/Computer/Clipboard

Sets text content to the system clipboard

Get Display

Automation/Computer/Display

Gets information about a specific display by index

Get Primary Display

Automation/Computer/Display

Gets information about the primary display

List Displays

Automation/Computer/Display

Enumerates all connected monitors/displays

Key Press

Automation/Computer/Keyboard

Presses a keyboard key or key combination

Type Text

Automation/Computer/Keyboard

Types text using the keyboard

Mouse Click

Automation/Computer/Mouse

Clicks the mouse at the specified coordinates

Mouse Double Click

Automation/Computer/Mouse

Double-clicks the mouse at the specified coordinates

Mouse Drag

Automation/Computer/Mouse

Drags the mouse from one position to another

Mouse Move

Automation/Computer/Mouse

Moves the mouse cursor to the specified screen coordinates

Natural Mouse Move

Automation/Computer/Mouse

Moves the mouse cursor naturally using curved paths with variable speed to avoid bot detection

Scroll

Automation/Computer/Mouse

Scrolls the mouse wheel

Wait

Automation/Computer/Wait

Waits for the specified number of milliseconds

Capture Window

Automation/Computer/Window

Captures a screenshot of a specific window

Find Window By Title

Automation/Computer/Window

Finds a window by its title (partial match supported)

Focus Window

Automation/Computer/Window

Brings a window to the front and gives it focus

Get Active Window

Automation/Computer/Window

Gets information about the currently focused window

Launch Application

Automation/Computer/Window

Launches an application by path or name

List Windows

Automation/Computer/Window

Lists all visible windows on the desktop