This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25691 - WebIDL operations for sending a sequence of MouseAction/TouchAction/MultiAction is not defined
Summary: WebIDL operations for sending a sequence of MouseAction/TouchAction/MultiActi...
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2014-05-13 20:43 UTC by Andrey Botalov
Modified: 2015-10-26 03:33 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-05-13 20:43:23 UTC
There are no defined WebIDL operation(s) that define a way to pass a sequence of MouseAction/TouchAction/MultiAction.

I think it can be done using:

partial interface WebDriver {
  void sendActionSequence(sequence<MouseAction or TouchAction>);
}
Comment 1 Andrey Botalov 2014-05-13 20:47:00 UTC
I meant:

partial interface WebDriver {
  void sendActionSequence(sequence<(MouseAction or TouchAction or MultiAction)>);
}
Comment 2 James Graham 2015-10-26 03:33:33 UTC
This IDL based spec stuff no longer exists (and this section is known to be unfinished).