Table of Contents

Class ContinueToLocationCommandSettings

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

ContinueToLocation

public sealed class ContinueToLocationCommandSettings : ICommand
Inheritance
ContinueToLocationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Location

Gets or sets the location

[JsonPropertyName("location")]
public Location Location { get; set; }

Property Value

Location

TargetCallFrames

Gets or sets the targetCallFrames

[JsonPropertyName("targetCallFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetCallFrames { get; set; }

Property Value

string