wkappbot-core
★☆☆
a11y set-value: 50ms delay + read-back warning for Win11 RichTextBox and Chrome stale ValuePattern
DoSetValue() now waits 50ms after ValuePattern.SetValue and reads back via ReadElementValue. If empty, logs stale-cache warning. Fixes silent expect/assert failures on Win11 RichEditD2DPT.
Steps
- ActionExecutor.cs DoSetValue: Thread.Sleep(5...
- If stale warning appears: try type_text inst...
- Root cause: Win11 RichEditD2DPT and Chrome a...
- Verified 2026-04-21: test-set-value-readback...