Open
Bug 1838638
Opened 2 years ago
Updated 2 years ago
Implement Input.setInterceptDrags, Input.dispatchDragEvent, ...
Categories
(Remote Protocol :: Agent, enhancement, P5)
Remote Protocol
Agent
Tracking
(Not tracked)
NEW
People
(Reporter: calixte, Unassigned)
Details
We want to test drag and drop in pdf.js with puppeteer (see [1]): it works well with Chrome but I get an error with Firefox:
ProtocolError: Protocol error (Input.setInterceptDrags): Input.setInterceptDrags RemoteAgentError@chrome://remote/content/cdp/Error.sys.mjs:20:5
UnknownMethodError@chrome://remote/content/cdp/Error.sys.mjs:103:7
execute@chrome://remote/content/cdp/domains/DomainCache.sys.mjs:92:13
receiveMessage@chrome://remote/content/cdp/sessions/ContentProcessSession.sys.mjs:79:45
In looking in searchfox, I didn't find anything about dnd.
Comment 1•2 years ago
|
||
Thanks for filing this bug. Given that CDP is in maintenance mode we are most likely not going to implement this request.
Instead you might want to check the status of WebDriver BiDi support in Puppeteer and consider switching once all the required features are available for you.
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•