Computer Node Catalog
Generated category
Computer Node Catalog
Generated from 25 catalog nodes in Automation/Computer.
Nodes in this category
Showing 25 of 25 generated node docs.
Find Accessibility Element
Automation/Computer/AccessibilityFinds an element in the accessibility tree by role, name, or other attributes
Get Accessibility Tree
Automation/Computer/AccessibilityRetrieves the accessibility tree for a window (requires platform-specific accessibility APIs)
Screenshot
Automation/Computer/CaptureTakes a screenshot of the screen, window, or region
Get Clipboard Image
Automation/Computer/ClipboardGets an image from the system clipboard if available
Get Clipboard Text
Automation/Computer/ClipboardGets the current text content from the system clipboard
Set Clipboard Image
Automation/Computer/ClipboardSets an image to the system clipboard
Set Clipboard Text
Automation/Computer/ClipboardSets text content to the system clipboard
Get Display
Automation/Computer/DisplayGets information about a specific display by index
Get Primary Display
Automation/Computer/DisplayGets information about the primary display
List Displays
Automation/Computer/DisplayEnumerates all connected monitors/displays
Key Press
Automation/Computer/KeyboardPresses a keyboard key or key combination
Type Text
Automation/Computer/KeyboardTypes text using the keyboard
Mouse Click
Automation/Computer/MouseClicks the mouse at the specified coordinates
Mouse Double Click
Automation/Computer/MouseDouble-clicks the mouse at the specified coordinates
Mouse Drag
Automation/Computer/MouseDrags the mouse from one position to another
Mouse Move
Automation/Computer/MouseMoves the mouse cursor to the specified screen coordinates
Natural Mouse Move
Automation/Computer/MouseMoves the mouse cursor naturally using curved paths with variable speed to avoid bot detection
Scroll
Automation/Computer/MouseScrolls the mouse wheel
Wait
Automation/Computer/WaitWaits for the specified number of milliseconds
Capture Window
Automation/Computer/WindowCaptures a screenshot of a specific window
Find Window By Title
Automation/Computer/WindowFinds a window by its title (partial match supported)
Focus Window
Automation/Computer/WindowBrings a window to the front and gives it focus
Get Active Window
Automation/Computer/WindowGets information about the currently focused window
Launch Application
Automation/Computer/WindowLaunches an application by path or name
List Windows
Automation/Computer/WindowLists all visible windows on the desktop