Class GetEventListenersCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.DOMDebugger
- Assembly
- WebDriver.dll
GetEventListeners
public sealed class GetEventListenersCommandSettings : ICommand
- Inheritance
-
GetEventListenersCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Depth
Gets or sets the depth
[JsonPropertyName("depth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Depth { get; set; }
Property Value
- long?
ObjectId
Gets or sets the objectId
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }
Property Value
Pierce
Gets or sets the pierce
[JsonPropertyName("pierce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Pierce { get; set; }
Property Value
- bool?