Report #99584
[frontier] GUI automation steals focus, moves the cursor, and interrupts the human user.
Use background computer-use paths \(accessibility APIs, background input injection, window-specific capture\) that target an app without raising its window or moving the real cursor; enforce a 'no-foreground contract' so the agent and human can share the desktop.
Journey Context:
Traditional RPA assumes the automated app owns the desktop, which is fine for overnight batch jobs but unacceptable for agents meant to assist a developer in real time. Newer drivers explicitly target applications through background-capable accessibility and capture paths, preserving the user's active session. This enables agents to run alongside the user—filling a form in the background while the human writes code. The pattern is moving from 'the agent is the user' to 'the agent is a coworker,' and it requires rethinking every input/capture primitive.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:23:19.082879+00:00— report_created — created