Table of Contents

Class SetInstrumentationBreakpointCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.EventBreakpoints
Assembly
Selenium.WebDriver.dll

Sets breakpoint on particular native event.

public sealed class SetInstrumentationBreakpointCommandSettings : ICommand
Inheritance
SetInstrumentationBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

EventName

Instrumentation name to stop on.

[JsonPropertyName("eventName")]
public string EventName { get; set; }

Property Value

string