Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jgraham opened this issue Feb 7, 2022 · 0 comments
Open

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

jgraham opened this issue Feb 7, 2022 · 0 comments

Comments

@jgraham
Copy link
Member

jgraham commented Feb 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant