Table of Contents

Class SetEventListenerBreakpointCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.DOMDebugger
Assembly
WebDriver.dll

SetEventListenerBreakpoint

public sealed class SetEventListenerBreakpointCommandSettings : ICommand
Inheritance
SetEventListenerBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

EventName

Gets or sets the eventName

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

Property Value

string

TargetName

Gets or sets the targetName

[JsonPropertyName("targetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetName { get; set; }

Property Value

string