mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
864 B
864 B
Home > puppeteer > Protocol > Overlay > InspectNodeRequestedEvent
Protocol.Overlay.InspectNodeRequestedEvent interface
Fired when the node should be inspected. This happens after call to setInspectMode
or when user manually inspects an element.
Signature:
export interface InspectNodeRequestedEvent
Properties
Property | Type | Description |
---|---|---|
backendNodeId | DOM.BackendNodeId | Id of the node to inspect. |