w3c / webdriver

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

[actions] Specify how pointers are assigned a pointerId #1640

Open jgraham opened 2 years ago

jgraham commented 2 years ago

Pointer events get a pointerID property. The ID must be unique per pointer, and the Pointer Events spec has some requirements, but WebDriver BiDi lacks specific text on how to assign ids to virtual pointers. Basically the rule should be that pointer ids are handed out in order starting from 0, except that 0 and 1 are reserved for mouse-type pointers.