Class SetXHRBreakpointCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.DOMDebugger
- Assembly
- Selenium.WebDriver.dll
Sets breakpoint on XMLHttpRequest.
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
Url
Resource URL substring. All XHRs having this substring in the URL will get stopped upon.
[JsonPropertyName("url")]
public string Url { get; set; }