puppeteer/new-docs/puppeteer.protocol.runtime.getpropertiesresponse.md
2020-07-13 14:01:35 +01:00

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.