puppeteer/new-docs/puppeteer.protocol.runtime.evaluaterequest.includecommandlineapi.md

14 lines
627 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [EvaluateRequest](./puppeteer.protocol.runtime.evaluaterequest.md) &gt; [includeCommandLineAPI](./puppeteer.protocol.runtime.evaluaterequest.includecommandlineapi.md)
## Protocol.Runtime.EvaluateRequest.includeCommandLineAPI property
Determines whether Command Line API should be available during the evaluation.
<b>Signature:</b>
```typescript
includeCommandLineAPI?: boolean;
```