Table of Contents

Class SetBlackboxedRangesCommandSettings

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

Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.

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

Id of the script.

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

Property Value

string