Closed
Bug 867720
Opened 12 years ago
Closed 11 years ago
Make flick a webdriver action chain command
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mdas, Unassigned)
References
Details
(Keywords: pi-marionette-goal, pi-marionette-userinput, Whiteboard: [touch])
We instrument flick using move/moveByOffset, but we should add it as a webdriver command. 'flick' should accept an element and *absolute* start and end coordinates. The passed in element is going to be the target of the touch events. If no element is passed in, we will fire the events at the element found at the start coordinates.
Updated•11 years ago
|
Whiteboard: [touch]
Updated•11 years ago
|
Keywords: ateam-marionette-goal,
ateam-marionette-userinput
Reporter | ||
Comment 2•11 years ago
|
||
I think 'flick' has been removed from the spec, but I can't recall.
Flags: needinfo?(dburns)
Comment 3•11 years ago
|
||
It was removed because it can easily be created by chaining primitives together. We can add this as a purely clientside api
Flags: needinfo?(dburns)
Reporter | ||
Comment 4•11 years ago
|
||
Thanks!
Closing since this is not part of spec, and this is currently implemented on the client-side only.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•