Table of Contents

Class CallFrame

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

CallFrame

public sealed class CallFrame
Inheritance
CallFrame
Inherited Members

Properties

CallFrameId

callFrameId

[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }

Property Value

string

CanBeRestarted

canBeRestarted

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

Property Value

bool?

FunctionLocation

functionLocation

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

Property Value

Location

FunctionName

functionName

[JsonPropertyName("functionName")]
public string FunctionName { get; set; }

Property Value

string

Location

location

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

Property Value

Location

ReturnValue

returnValue

[JsonPropertyName("returnValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject ReturnValue { get; set; }

Property Value

RemoteObject

ScopeChain

scopeChain

[JsonPropertyName("scopeChain")]
public Scope[] ScopeChain { get; set; }

Property Value

Scope[]

This

this

[JsonPropertyName("this")]
public RemoteObject This { get; set; }

Property Value

RemoteObject

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string