Table of Contents

Enum DisabledImageType

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

Enum of image types that can be disabled.

[JsonConverter(typeof(JsonEnumMemberConverter<DisabledImageType>))]
public enum DisabledImageType

Fields

[EnumMember(Value = "avif")] Avif = 0

Enumerated member for the avif value.

[EnumMember(Value = "webp")] Webp = 1

Enumerated member for the webp value.