← Back to wkappbot-workflow
wkappbot-workflow ★★☆

CDP Runtime.evaluate Focus Guard: Pre-Minimize for Risky Expressions

Runtime.evaluate with focus-risky expressions (.focus()/.click()/dispatchEvent etc) now triggers pre-minimize dance before CDP send. Also added to knownGuarded list so focus-theft reports as RACE not UNGUARDED.

user/developer

Steps

  1. CdpClient.SendAsync: isFocusStealing now als...
  2. When isFocusStealing=true: Chrome is pre-min...
  3. AskCommands.Entry.Cdp.cs: knownGuarded array...
  4. Verified 2026-04-22: test-a11y-find-cdp-runt...
  5. 5. 2026-05-03 (commit ***): SendAsync now au...
  6. 5. 2026-05-03 (commit ***): SendAsync now au...