Table of Contents

Class StepOverCommandSettings

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

Steps over the statement.

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

The skipList specifies location ranges that should be skipped on step over.

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

Property Value

LocationRange[]