Open
Bug 1549495
Opened 4 years ago
Updated 2 months ago
[meta] Runtime.evaluate
Categories
(Remote Protocol :: CDP, task)
Remote Protocol
CDP
Tracking
(Not tracked)
NEW
People
(Reporter: ato, Unassigned)
References
(Depends on 3 open bugs, Blocks 2 open bugs, )
Details
(Keywords: meta, Whiteboard: [method=Runtime.evaluate])
No description provided.
Reporter | ||
Updated•4 years ago
|
Blocks: puppeteer-mvp, puppeteer
Depends on: 1543099
Keywords: meta
Whiteboard: [method=Runtime.evaluate]
Comment 1•4 years ago
|
||
With the basic implementation only 2 (expression
, and contextId
) out of 13 arguments are supported. But Puppeteer uses more arguments when calling this CDP API:
expression: expressionWithSourceUrl,
contextId,
returnByValue,
awaitPromise: true,
userGesture: true
I assume that we at least need support for returnByValue
and awaitPromise
for the Gutenberg tests (alpha release).
Blocks: puppeteer-gutenberg
Whiteboard: [method=Runtime.evaluate] → [method=Runtime.evaluate][puppeteer-alpha]
Depends on: 1597343
Updated•3 years ago
|
Whiteboard: [method=Runtime.evaluate][puppeteer-alpha] → [method=Runtime.evaluate]
Assignee | ||
Updated•2 years ago
|
Component: CDP: Runtime → CDP
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•