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

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.