Table of Contents

Class SetLifecycleEventsEnabledCommandSettings

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

Controls whether page will emit lifecycle events.

public sealed class SetLifecycleEventsEnabledCommandSettings : ICommand
Inheritance
SetLifecycleEventsEnabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

If true, starts emitting lifecycle events.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool