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

1.2 KiB

Home > puppeteer > Protocol > DOM > ResolveNodeRequest

Protocol.DOM.ResolveNodeRequest interface

Signature:

export interface ResolveNodeRequest 

Properties

Property Type Description
backendNodeId DOM.BackendNodeId Backend identifier of the node to resolve.
executionContextId Runtime.ExecutionContextId Execution context in which to resolve the node.
nodeId NodeId Id of the node to resolve.
objectGroup string Symbolic group name that can be used to release multiple objects.