Class Preload
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.preload.Preload
-
@Beta public class Preload extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Preload()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>
disable()
static org.openqa.selenium.devtools.Command<java.lang.Void>
enable()
static org.openqa.selenium.devtools.Event<PrefetchStatusUpdated>
prefetchStatusUpdated()
static org.openqa.selenium.devtools.Event<PreloadEnabledState>
preloadEnabledStateUpdated()
static org.openqa.selenium.devtools.Event<PreloadingAttemptSourcesUpdated>
preloadingAttemptSourcesUpdated()
static org.openqa.selenium.devtools.Event<PrerenderAttemptCompleted>
prerenderAttemptCompleted()
static org.openqa.selenium.devtools.Event<PrerenderStatusUpdated>
prerenderStatusUpdated()
static org.openqa.selenium.devtools.Event<RuleSetId>
ruleSetRemoved()
static org.openqa.selenium.devtools.Event<RuleSet>
ruleSetUpdated()
-
-
-
Method Detail
-
enable
public static org.openqa.selenium.devtools.Command<java.lang.Void> enable()
-
disable
public static org.openqa.selenium.devtools.Command<java.lang.Void> disable()
-
ruleSetUpdated
public static org.openqa.selenium.devtools.Event<RuleSet> ruleSetUpdated()
-
ruleSetRemoved
public static org.openqa.selenium.devtools.Event<RuleSetId> ruleSetRemoved()
-
prerenderAttemptCompleted
public static org.openqa.selenium.devtools.Event<PrerenderAttemptCompleted> prerenderAttemptCompleted()
-
preloadEnabledStateUpdated
public static org.openqa.selenium.devtools.Event<PreloadEnabledState> preloadEnabledStateUpdated()
-
prefetchStatusUpdated
public static org.openqa.selenium.devtools.Event<PrefetchStatusUpdated> prefetchStatusUpdated()
-
prerenderStatusUpdated
public static org.openqa.selenium.devtools.Event<PrerenderStatusUpdated> prerenderStatusUpdated()
-
preloadingAttemptSourcesUpdated
public static org.openqa.selenium.devtools.Event<PreloadingAttemptSourcesUpdated> preloadingAttemptSourcesUpdated()
-
-