927 B
927 B
Home > puppeteer > Protocol > DOMDebugger > SetDOMBreakpointRequest
Protocol.DOMDebugger.SetDOMBreakpointRequest interface
Signature:
export interface SetDOMBreakpointRequest
Properties
Property | Type | Description |
---|---|---|
nodeId | DOM.NodeId | Identifier of the node to set breakpoint on. |
type | DOMBreakpointType | Type of the operation to stop upon. |