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. |