pl.wendigo.chrome.domain.domdebugger / SetDOMBreakpointRequest

SetDOMBreakpointRequest

data class SetDOMBreakpointRequest (source)

Represents request frame that can be used with DOMDebugger.setDOMBreakpoint method call.

Sets breakpoint on particular operation with DOM.

Constructors

<init>

SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)

Represents request frame that can be used with DOMDebugger.setDOMBreakpoint method call.

Properties

nodeId

val nodeId: NodeId

Identifier of the node to set breakpoint on.

type

val type: DOMBreakpointType

Type of the operation to stop upon.