Implement `action_sequence` for Synthesizing Mouse/Key Actions in WPT
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(Not tracked)
People
(Reporter: dshin, Unassigned)
References
Details
See bug 1759031 comment 1.
Looks like WebKit doesn't support it either, but I see a fair bit of usage in WPT.
They're queued through Actions
API defined here, which calls down to action_sequence, which errors out because our definition is empty.
Comparatively, Chromium has this defined.
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Comment 1•11 months ago
|
||
(Moving to where webdriver component lives)
Comment 2•11 months ago
|
||
This is not needed for Marionette but actually for web-platform-tests. So the original component was correct.
James, any reason why this is not defined for Firefox?
Comment 3•11 months ago
|
||
We do implement testdriver via marionette. We don't need anything in the testdriver-vendor file because we're using the default implementation in wptrunner (vs implementing it via vendor-specific, test-only, DOM APIs, as Chrome does in their internal infra).
Re: the original bug I don't know where that error message came from but I can't reproduce it locally.
Description
•