Table of Contents

Enum MixedContentResourceType

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
[JsonConverter(typeof(JsonStringEnumConverter<MixedContentResourceType>))]
public enum MixedContentResourceType

Fields

Audio = 0
Beacon = 1
CSPReport = 2
Download = 3
EventSource = 4
Favicon = 5
Font = 6
Form = 7
Frame = 8
Image = 9
Import = 10
JSON = 11
Manifest = 12
Ping = 13
PluginData = 14
PluginResource = 15
Prefetch = 16
Resource = 17
Script = 18
ServiceWorker = 19
SharedWorker = 20
SpeculationRules = 21
Stylesheet = 22
Track = 23
Video = 24
Worker = 25
XMLHttpRequest = 26
XSLT = 27