Patch Changes
-
4b5fc78: ### Bug Fixes
- Material Design checkbox/radio parity - Restored Playwright-parity behavior for
check/uncheckactions on Material Design controls. These components hide the native<input>off-screen and use overlay elements that intercept coordinate-based clicks; the actions now detect this pattern and fall back to a JS.click()to correctly toggle state. Also improvesischeckedto handle nested hidden inputs and ARIA-only checkboxes (#837) - Punctuation handling in
typecommand - Fixed incorrect virtual key (VK) codes being used for punctuation characters (e.g..,@) in thetypeaction, which previously caused those characters to be dropped or mistyped (#836)
- Material Design checkbox/radio parity - Restored Playwright-parity behavior for