chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domdebugger / SetDOMBreakpointRequest

SetDOMBreakpointRequest

data class SetDOMBreakpointRequest

Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.

Constructors

<init>

Request object containing input parameters for the DOMDebuggerDomain.setDOMBreakpoint command.

SetDOMBreakpointRequest(nodeId: NodeId, type: DOMBreakpointType)

Properties

nodeId

Identifier of the node to set breakpoint on.

val nodeId: NodeId

type

Type of the operation to stop upon.

val type: DOMBreakpointType