Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Preload

        public Preload()
    • 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()