w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Support predicted and coalesced events #1759

Open smaug---- opened 10 months ago

smaug---- commented 10 months ago

Some of the Pointer Events features need to be tested manually since it isn't really possible to have automated tests for coalesced, and especially predicted events: https://w3c.github.io/pointerevents/#coalesced-and-predicted-events

whimboo commented 10 months ago

@smaug---- referred to https://github.com/w3c/pointerevents/pull/390 which got the feature added that cannot be tested right now.