mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Runtime > GetPropertiesResponse
Protocol.Runtime.GetPropertiesResponse interface
Signature:
export interface GetPropertiesResponse
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | ExceptionDetails | Exception details. |
internalProperties | InternalPropertyDescriptor[] | Internal object properties (only of the element itself). |
privateProperties | PrivatePropertyDescriptor[] | Object private properties. |
result | PropertyDescriptor[] | Object properties. |