Class EmulateIdleOverrides
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for EmulateIdleStateAsync(EmulateIdleOverrides).
public class EmulateIdleOverrides
- Inheritance
-
EmulateIdleOverrides
Properties
IsScreenUnlocked
Whether the screen is unlocked or not.
public bool IsScreenUnlocked { get; set; }
Property Value
IsUserActive
Whether the user is active or not.
public bool IsUserActive { get; set; }