Files
browser/src
Rohit b347f8b2e2 feat(cdp): fire hover events on Input.dispatchMouseEvent mouseMoved
Wire the CDP Input.dispatchMouseEvent "mouseMoved" type to a new
Frame.triggerMouseMove, which hit-tests the point via elementFromPoint
and dispatches mousemove, mouseover and mouseenter on the target,
mirroring the existing triggerMouseClick and the actions.zig hover()
event semantics.

Previously mouseMoved was silently ignored, so element.hover() over
Playwright/Puppeteer (CDP) fired no events. Addresses the hover gap
reported in #2043.
2026-06-04 14:07:34 +05:30
..
2026-04-22 08:42:18 +08:00
2026-05-29 18:06:44 +08:00
2026-06-01 22:42:39 +08:00
2026-05-29 18:06:44 +08:00
2026-04-20 17:13:06 +08:00
2026-05-15 18:31:10 +03:00
2026-05-29 09:32:03 +08:00
2026-04-10 06:51:10 +08:00
2026-05-21 10:38:52 +08:00
2026-04-22 08:42:18 +08:00
2026-05-19 12:08:23 +02:00
2026-04-23 15:48:13 +08:00
2026-05-02 11:58:46 +08:00
2026-01-24 07:59:41 +08:00
2026-05-27 19:34:39 +08:00
2026-06-01 22:42:39 +08:00