Closed
Bug 1543185
Opened 6 years ago
Closed 5 years ago
Implement Input.dispatchMouseEvent
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
In order to support puppeteer's page.click, we have to implement CDP's DOM.getContentQuads (bug 1543151), but also Input.dispatchMouseEvent
.
https://chromedevtools.github.io/devtools-protocol/tot/Input#method-dispatchMouseEvent
Input.dispatchMouseEvent:
Dispatches a mouse event to the page.
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Updated•6 years ago
|
Component: Agent → Input
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 2•6 years ago
|
||
I removed the mouse event wait code. Afterall it looks like it isn't mandatory, while it fails on some mousedown events (the event doesn't fire or there is an issue with the addEventListener code).
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
I'll try to get this landed with a minimal test.
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Priority: P2 → P1
Updated•5 years ago
|
Attachment #9058243 -
Attachment description: Bug 1543185 - Implement Input.dispatchMouseEvent → Bug 1543185 - Implement Input.dispatchMouseEvent.
Assignee | ||
Updated•5 years ago
|
Attachment #9066351 -
Attachment is obsolete: true
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9109d328c08
Implement Input.dispatchMouseEvent. r=remote-protocol-reviewers,ato
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: CDP: Input → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•