[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [RunScriptRequest](./puppeteer.protocol.runtime.runscriptrequest.md) > [includeCommandLineAPI](./puppeteer.protocol.runtime.runscriptrequest.includecommandlineapi.md) ## Protocol.Runtime.RunScriptRequest.includeCommandLineAPI property Determines whether Command Line API should be available during the evaluation. Signature: ```typescript includeCommandLineAPI?: boolean; ```