Closed
Bug 1549782
Opened 6 years ago
Closed 5 years ago
Implement Runtime.getProperties
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
https://chromedevtools.github.io/devtools-protocol/tot/Runtime#method-getProperties
Runtime.getProperties
Returns properties of a given object. Object group of the result is inherited from the target object.
This is being used by Wordpress test from this puppeteer code:
https://github.com/GoogleChrome/puppeteer/blob/5ee21d97e796263857b9f3fbeaf63366179d346f/lib/JSHandle.js#L69
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Component: Agent → Runtime
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78293863e0e9
Implement Runtime.getProperties. r=remote-protocol-reviewers,ato
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Blocks: puppeteer-mvp
Updated•4 years ago
|
Component: CDP: Runtime → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•