Table of Contents

Enum SpeculationAction

Namespace
Selenium.WebDriver.BiDi.Cdp.Preload
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

The type of preloading attempted. It corresponds to mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it isn't being used by clients).

[JsonConverter(typeof(JsonStringEnumConverter<SpeculationAction>))]
public enum SpeculationAction

Fields

Prefetch = 0
Prerender = 1
PrerenderUntilScript = 2