<!-- 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetScriptExecutionDisabledRequest](./puppeteer.protocol.emulation.setscriptexecutiondisabledrequest.md)

## Protocol.Emulation.SetScriptExecutionDisabledRequest interface

<b>Signature:</b>

```typescript
export interface SetScriptExecutionDisabledRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [value](./puppeteer.protocol.emulation.setscriptexecutiondisabledrequest.value.md) | boolean | Whether script execution should be disabled in the page. |