Table of Contents

Class SetBlackboxedRangesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Debugger
Assembly
WebDriver.dll

SetBlackboxedRanges

public sealed class SetBlackboxedRangesCommandSettings : ICommand
Inheritance
SetBlackboxedRangesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Positions

Gets or sets the positions

[JsonPropertyName("positions")]
public ScriptPosition[] Positions { get; set; }

Property Value

ScriptPosition[]

ScriptId

Gets or sets the scriptId

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string