847 B
847 B
Home > puppeteer > Protocol > Runtime > RunScriptResponse
Protocol.Runtime.RunScriptResponse interface
Signature:
export interface RunScriptResponse
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | ExceptionDetails | Exception details. |
result | RemoteObject | Run result. |