Closed
Bug 845848
Opened 13 years ago
Closed 11 years ago
Need to implement mouse click/buttondown/buttonup commands in marionette
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1090925
People
(Reporter: mdas, Unassigned)
Details
http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/click
http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/buttondown
http://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/buttonup
Has to be implemented in marionette, preferably with 'mouseclick', 'mousedown' and 'mouseup' as the names used in the client since that's a bit clearer.
| Reporter | ||
Comment 1•13 years ago
|
||
We can probably pull down the atoms from selenium.
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Malini Das [:mdas] from comment #1)
> We can probably pull down the atoms from selenium.
scratch that, we've had issues with selenium atoms (https://bugzilla.mozilla.org/show_bug.cgi?id=847655#c16), we need to make sure we can send trusted events, so we can use EventUtils as the driver for our mouse events.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 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
•