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

1.3 KiB

Home > puppeteer > Protocol > Runtime > GetPropertiesRequest

Protocol.Runtime.GetPropertiesRequest interface

Signature:

export interface GetPropertiesRequest 

Properties

Property Type Description
accessorPropertiesOnly boolean If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
generatePreview boolean Whether preview should be generated for the results.
objectId RemoteObjectId Identifier of the object to return properties for.
ownProperties boolean If true, returns properties belonging only to the element itself, not to its prototype chain.