Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + func ClickElement(el *axuiautomation.Element, button string, clickCount int) error + func ClickElementAt(el *axuiautomation.Element, point LocalPoint, button string, clickCount int) error + func DragElement(el *axuiautomation.Element, start, end LocalPoint, button string) error + func ScrollElement(el *axuiautomation.Element, direction string, pages float64) error + func SendKeyCombo(spec string) error + func SendKeyComboToPID(pid int32, spec string) error + type KeyCombo struct + Command bool + Control bool + KeyCode uint16 + Label string + Option bool + Shift bool + func ParseKeyCombo(spec string) (KeyCombo, error) + type LocalPoint struct + X int + Y int + func ScreenshotPointToWindowLocal(window computeruse.WindowInfo, x, y int) (LocalPoint, error)