puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframerequest.includecommandlineapi.md
2020-07-13 14:01:35 +01:00

700 B

Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameRequest > includeCommandLineAPI

Protocol.Debugger.EvaluateOnCallFrameRequest.includeCommandLineAPI property

Specifies whether command line API should be available to the evaluated expression, defaults to false.

Signature:

includeCommandLineAPI?: boolean;