Table of Contents

Class StepIntoCommandSettings

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

StepInto

public sealed class StepIntoCommandSettings : ICommand
Inheritance
StepIntoCommandSettings
Implements
Inherited Members

Properties

BreakOnAsyncCall

Gets or sets the breakOnAsyncCall

[JsonPropertyName("breakOnAsyncCall")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BreakOnAsyncCall { get; set; }

Property Value

bool?

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[]