Table of Contents

Class StepOverCommandSettings

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

StepOver

public sealed class StepOverCommandSettings : ICommand
Inheritance
StepOverCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SkipList

Gets or sets the skipList

[JsonPropertyName("skipList")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LocationRange[] SkipList { get; set; }

Property Value

LocationRange[]