Open Bug 1549495 Opened 4 years ago Updated 2 months ago

[meta] Runtime.evaluate

Categories

(Remote Protocol :: CDP, task)

task

Tracking

(Not tracked)

People

(Reporter: ato, Unassigned)

References

(Depends on 3 open bugs, Blocks 2 open bugs, )

Details

(Keywords: meta, Whiteboard: [method=Runtime.evaluate])

No description provided.
Depends on: 1543099
Keywords: meta
Whiteboard: [method=Runtime.evaluate]
Depends on: 1548480
Depends on: 1553756

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).

Whiteboard: [method=Runtime.evaluate] → [method=Runtime.evaluate][puppeteer-alpha]
Whiteboard: [method=Runtime.evaluate][puppeteer-alpha] → [method=Runtime.evaluate]
Component: CDP: Runtime → CDP
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.