webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

[actions] Specify how pointers are assigned a pointerId

Open jgraham opened this issue 3 years ago • 0 comments

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.

jgraham avatar Feb 07 '22 20:02 jgraham