Table of Contents

Class RestartFrameCommandSettings

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

RestartFrame

public sealed class RestartFrameCommandSettings : ICommand
Inheritance
RestartFrameCommandSettings
Implements
Inherited Members

Properties

CallFrameId

Gets or sets the callFrameId

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Mode

Gets or sets the mode

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

Property Value

string