mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
700 B
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;