Enum ColorScheme
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public enum ColorScheme
Fields
[EnumMember(Value = "dark")] Dark = 1
[EnumMember(Value = "light")] Light = 0
[EnumMember(Value = "no-preference")] NoPreference = 2
[EnumMember(Value = "null")] Null = 3