Table of Contents

Class SetWebLifecycleStateCommandSettings

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

Tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/

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

Target lifecycle state

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

Property Value

string