Table of Contents

Class PausedEventArgs

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

Paused

public sealed class PausedEventArgs : EventArgs
Inheritance
PausedEventArgs
Inherited Members

Properties

AsyncCallStackTraceId

Gets or sets the asyncCallStackTraceId

[JsonPropertyName("asyncCallStackTraceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId AsyncCallStackTraceId { get; set; }

Property Value

StackTraceId

AsyncStackTrace

Gets or sets the asyncStackTrace

[JsonPropertyName("asyncStackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace AsyncStackTrace { get; set; }

Property Value

StackTrace

AsyncStackTraceId

Gets or sets the asyncStackTraceId

[JsonPropertyName("asyncStackTraceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId AsyncStackTraceId { get; set; }

Property Value

StackTraceId

CallFrames

Gets or sets the callFrames

[JsonPropertyName("callFrames")]
public CallFrame[] CallFrames { get; set; }

Property Value

CallFrame[]

Data

Gets or sets the data

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object Data { get; set; }

Property Value

object

HitBreakpoints

Gets or sets the hitBreakpoints

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

Property Value

string[]

Reason

Gets or sets the reason

[JsonPropertyName("reason")]
public string Reason { get; set; }

Property Value

string