w3c / webdriver

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

Clarify how the double click tracking should work in the actions #1772

Open lutien opened 7 months ago

lutien commented 7 months ago

At the moment, the spec doesn't specify how the double (or triple click, etc.) tracking should work in the actions. For example, it's not clear, if it should be possible to simulate a double click event by sending two separate commands with individual clicks.