[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [RunScriptResponse](./puppeteer.protocol.runtime.runscriptresponse.md) ## Protocol.Runtime.RunScriptResponse interface Signature: ```typescript export interface RunScriptResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [exceptionDetails](./puppeteer.protocol.runtime.runscriptresponse.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. | | [result](./puppeteer.protocol.runtime.runscriptresponse.result.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Run result. |