- mouse wheel: send 'wheel' instead of 'mousewheel' - set media: send 'emulatemedia' instead of 'media', fix reducedMotion to be string enum - find locators: omit 'value' field when not provided (Zod .optional() expects undefined, not null) - Consistently applied to: role, label, placeholder, testid, first, last, nth Fixes #131