Class Preload
java.lang.Object
org.openqa.selenium.devtools.v140.preload.Preload
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> disable()static org.openqa.selenium.devtools.Command<Void> enable()static org.openqa.selenium.devtools.Event<PrefetchStatusUpdated> static org.openqa.selenium.devtools.Event<PreloadEnabledStateUpdated> static org.openqa.selenium.devtools.Event<PreloadingAttemptSourcesUpdated> static org.openqa.selenium.devtools.Event<PrerenderStatusUpdated> static org.openqa.selenium.devtools.Event<RuleSetId> static org.openqa.selenium.devtools.Event<RuleSet>  
- 
Constructor Details
- 
Preload
public Preload() 
 - 
 - 
Method Details
- 
enable
 - 
disable
 - 
ruleSetUpdated
 - 
ruleSetRemoved
 - 
preloadEnabledStateUpdated
public static org.openqa.selenium.devtools.Event<PreloadEnabledStateUpdated> preloadEnabledStateUpdated() - 
prefetchStatusUpdated
 - 
prerenderStatusUpdated
 - 
preloadingAttemptSourcesUpdated
public static org.openqa.selenium.devtools.Event<PreloadingAttemptSourcesUpdated> preloadingAttemptSourcesUpdated() 
 -