14 lines
627 B
Markdown
14 lines
627 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [EvaluateRequest](./puppeteer.protocol.runtime.evaluaterequest.md) > [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;
|
||
|
```
|