Table of Contents

Class SetXHRBreakpointCommandSettings

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

SetXHRBreakpoint

public sealed class SetXHRBreakpointCommandSettings : ICommand
Inheritance
SetXHRBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string