w3c / webdriver-bidi

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

Support for `input.PointerCancelAction` #804

Open Lightning00Blade opened 4 weeks ago

Lightning00Blade commented 4 weeks ago

No reference or discussion about this was found on the PR that introduced the Input module - https://github.com/w3c/webdriver-bidi/pull/175 The classic spec supports this command - https://www.w3.org/TR/webdriver2/#pointer-input-source Was this an oversight or there is a reason for not support this? CC @jgraham as writer of the PR.

whimboo commented 4 weeks ago

It looks like that we missed to add this specific action. We even don't have WebDriver classic tests so we didn't notice when porting all the existing tests for BiDi.

whimboo commented 3 weeks ago

Actually see https://github.com/w3c/webdriver/issues/1216 as well. So not even sure we actually want / need that?

@jgraham what should we do with this action? Shall we remove it?