<!-- 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; [RunScriptRequest](./puppeteer.protocol.runtime.runscriptrequest.md) &gt; [silent](./puppeteer.protocol.runtime.runscriptrequest.silent.md)

## Protocol.Runtime.RunScriptRequest.silent property

In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides `setPauseOnException` state.

<b>Signature:</b>

```typescript
silent?: boolean;
```