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 > Overlay > HighlightNodeRequest
Protocol.Overlay.HighlightNodeRequest interface
Signature:
export interface HighlightNodeRequest
Properties
Property | Type | Description |
---|---|---|
backendNodeId | DOM.BackendNodeId | Identifier of the backend node to highlight. |
highlightConfig | HighlightConfig | A descriptor for the highlight appearance. |
nodeId | DOM.NodeId | Identifier of the node to highlight. |
objectId | Runtime.RemoteObjectId | JavaScript object id of the node to be highlighted. |
selector | string | Selectors to highlight relevant nodes. |