Table of Contents

Class SetWebLifecycleStateCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

SetWebLifecycleState

public sealed class SetWebLifecycleStateCommandSettings : ICommand
Inheritance
SetWebLifecycleStateCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

State

Gets or sets the state

[JsonPropertyName("state")]
public string State { get; set; }

Property Value

string