w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Remove unused properties in pointerUp action #667

Closed jrandolf closed 4 months ago

jrandolf commented 4 months ago

These properties are unused. See https://www.w3.org/TR/webdriver2/#dfn-dispatch-a-pointerup-action


Preview | Diff

jgraham commented 4 months ago

AFAICT the gecko implementation won't error for these properties but neither does it actually use them for anything.

whimboo commented 4 months ago

These properties are unused. See https://www.w3.org/TR/webdriver2/#dfn-dispatch-a-pointerup-action

Preview | Diff

@jrandolf shouldn't we have updated the action steps as referenced to include handling of those properties given that these are valid for PointerUp events?

jrandolf commented 4 months ago

These properties are unused. See https://www.w3.org/TR/webdriver2/#dfn-dispatch-a-pointerup-action Preview | Diff

@jrandolf shouldn't we have updated the action steps as referenced to include handling of those properties given that these are valid for PointerUp events?

Let me update the WebDriver spec with these changes.