Table of Contents

Class Scope

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

Scope

public sealed class Scope
Inheritance
Scope
Inherited Members

Properties

EndLocation

endLocation

[JsonPropertyName("endLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location EndLocation { get; set; }

Property Value

Location

Name

name

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

Property Value

string

Object

object

[JsonPropertyName("object")]
public RemoteObject Object { get; set; }

Property Value

RemoteObject

StartLocation

startLocation

[JsonPropertyName("startLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location StartLocation { get; set; }

Property Value

Location

Type

type

[JsonPropertyName("type")]
public ScopeTypeValues Type { get; set; }

Property Value

ScopeTypeValues