Table of Contents

Class SetIdleOverrideCommandSettings

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

Overrides the Idle state.

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

Mock isScreenUnlocked

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

Property Value

bool

IsUserActive

Mock isUserActive

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

Property Value

bool