Closed
Bug 1549429
Opened 6 years ago
Closed 11 months ago
[meta] DOM.getContentQuads
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ato, Unassigned)
References
()
Details
(Keywords: meta, Whiteboard: [method=DOM.getContentQuads])
No description provided.
Reporter | ||
Updated•6 years ago
|
Comment 1•5 years ago
|
||
The base implementation from bug 1543151 only supports the objectId
argument, but not the nodeId
nor backendNodeId
arguments.
I can only see a single use in Puppeteer:
this._client.send('DOM.getContentQuads', {
objectId: this._remoteObject.objectId
}).catch(debugError),
It means that the current implementation is enough for Puppeteer support, and everything else can be deferred.
No longer blocks: puppeteer-mvp
Assignee | ||
Updated•4 years ago
|
Component: CDP: DOM → CDP
Updated•2 years ago
|
Severity: normal → S3
Comment 2•11 months ago
|
||
Everything that we could do for this API is done.
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•