Class RemoveXHRBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V85.DOMDebugger
- Assembly
- WebDriver.dll
RemoveXHRBreakpoint
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
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }