Table of Contents

Class SetScriptSourceCommandResponse

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

Response for SetScriptSource

public sealed class SetScriptSourceCommandResponse : ICommandResponse<SetScriptSourceCommandSettings>, ICommandResponse
Inheritance
SetScriptSourceCommandResponse
Implements
Inherited Members
Extension Methods

Properties

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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CallFrame[] CallFrames { get; set; }

Property Value

CallFrame[]

ExceptionDetails

Gets or sets the exceptionDetails

[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }

Property Value

ExceptionDetails

StackChanged

Gets or sets the stackChanged

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

Property Value

bool?

Status

Gets or sets the status

[JsonPropertyName("status")]
public string Status { get; set; }

Property Value

string