Table of Contents

Class RemoveXHRBreakpointCommandSettings

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

Removes breakpoint from XMLHttpRequest.

public sealed class RemoveXHRBreakpointCommandSettings : ICommand
Inheritance
RemoveXHRBreakpointCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Url

Resource URL substring.

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

Property Value

string