orca/native/computer-use-macos/Tests/OrcaComputerUseMacOSTests
Brennan Benson c2da0e47f9
fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839)
Mouse events posted with CGEventPostToPid reach the target app with no
window association, so AppKit never routes the press to a view: hover
states fire but the control is never activated, and the mouseUp is
dropped outright when posted back-to-back. Post click events to the HID
event tap instead (as keyboard synthesis already does), pace them, and
stamp mouseEventClickState so multi-clicks register.

Synthetic clicks now also report verification unverified/synthetic_input
from the helper itself, matching the other synthetic actions.
2026-08-05 22:14:18 -07:00
..
ActionArgumentValidationTests.swift Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
AgentEntrypointSourceSafetyTests.swift revert: restore pre-worker process boundaries (#11481) 2026-07-29 20:01:31 -07:00
AgentSessionOwnershipTests.swift fix(computer): reap mac helper after client loss (#11493) 2026-07-30 19:24:34 -07:00
AuthenticatedConnectionHangupMonitorTests.swift fix(computer): reap mac helper after client loss (#11493) 2026-07-30 19:24:34 -07:00
ComputerSnapshotCachePolicyTests.swift Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
KeyboardInputSafetyTests.swift Fix macOS keyboard actions targeting the wrong app (#3960) 2026-06-03 19:00:34 -04:00
NumericArgumentParsingTests.swift
SnapshotRenderingTests.swift fix: cache macos computer-use snapshot ax reads (#6130) 2026-06-22 20:57:13 -07:00
SyntheticMouseClickDeliveryTests.swift fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839) 2026-08-05 22:14:18 -07:00
UnixSocketPathSafetyTests.swift