[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetScriptExecutionDisabledRequest](./puppeteer.protocol.emulation.setscriptexecutiondisabledrequest.md) ## Protocol.Emulation.SetScriptExecutionDisabledRequest interface Signature: ```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. |