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

RemoveInstrumentationBreakpointRequest

data class RemoveInstrumentationBreakpointRequest

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

Constructors

<init>

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

RemoveInstrumentationBreakpointRequest(eventName: String)

Properties

eventName

Instrumentation name to stop on.

val eventName: String