Table of Contents

Class RestartFrameCommandResponse

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

Response for RestartFrame

public sealed class RestartFrameCommandResponse : ICommandResponse<RestartFrameCommandSettings>, ICommandResponse
Inheritance
RestartFrameCommandResponse
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")]
public CallFrame[] CallFrames { get; set; }

Property Value

CallFrame[]