Class Preload
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.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<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()
-
-