You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: check raw key array before normalization in pressKey focus check
WebDriver's getNormalizedKey converts key names to Unicode code points,
so checking after normalization misses the modifier. Now check the
original user-provided key array before any normalization happens.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments