agent-desktop/crates
Lahfir a65d4530a1 fix: classify benign AX absence codes as complete action reads
The live e2e gate exposed that find could never address the fixture's
zero-bounds synthetic element: AppKit answers kAXErrorFailure for
accessibilityActionNames on NSAccessibilityElements with no action
support and kAXErrorAttributeUnsupported for unimplemented settable
probes, and the action reader classified both as incomplete transport
reads, so selected-anchor hydration retried to TIMEOUT with
locator_selected_evidence_incomplete. Mirror the renderer-probe
absence classification for action reads: unsupported/no-value/
not-implemented/action-unsupported/failure are complete none-present
answers; CannotComplete, InvalidUIElement, and APIDisabled still mark
the read incomplete.
2026-07-18 23:33:44 -07:00
..
core
ffi
linux
macos fix: classify benign AX absence codes as complete action reads 2026-07-18 23:33:44 -07:00
windows