[Bug 25691] New: WebIDL operations for sending a sequence of MouseAction/TouchAction/MultiAction is not defined

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25691

            Bug ID: 25691
           Summary: WebIDL operations for sending a sequence of
                    MouseAction/TouchAction/MultiAction is not defined
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: botalov.andrey@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

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>);
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 13 May 2014 20:43:25 UTC