Table of Contents

Class SetIdleOverrideCommandSettings

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

SetIdleOverride

public sealed class SetIdleOverrideCommandSettings : ICommand
Inheritance
SetIdleOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IsScreenUnlocked

Gets or sets the isScreenUnlocked

[JsonPropertyName("isScreenUnlocked")]
public bool IsScreenUnlocked { get; set; }

Property Value

bool

IsUserActive

Gets or sets the isUserActive

[JsonPropertyName("isUserActive")]
public bool IsUserActive { get; set; }

Property Value

bool