mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |