Closed
Bug 1023968
Opened 12 years ago
Closed 12 years ago
wait() throws "Element has not been pressed" if there is no active touch event
Categories
(Remote Protocol :: Marionette, defect, P2)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 962645
People
(Reporter: mdas, Unassigned)
Details
(Keywords: pi-marionette-server, pi-marionette-spec)
If you do
actions.tap(el).wait(1).tap(el).perform()
then you'll get
MarionetteException: MarionetteException: Element has not been pressed.
We assume incorrectly that wait() will only be used in between active touch events.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [spec]
| Reporter | ||
Updated•12 years ago
|
Keywords: ateam-marionette-spec
Whiteboard: [spec]
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•