Class Inspector


  • @Beta
    public class Inspector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Inspector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.devtools.Event<java.lang.String> detached()  
      static org.openqa.selenium.devtools.Command<java.lang.Void> disable()
      Disables inspector domain notifications.
      static org.openqa.selenium.devtools.Command<java.lang.Void> enable()
      Enables inspector domain notifications.
      static org.openqa.selenium.devtools.Event<java.lang.Void> targetCrashed()  
      static org.openqa.selenium.devtools.Event<java.lang.Void> targetReloadedAfterCrash()  
      • Methods inherited from class java.lang.Object

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

      • Inspector

        public Inspector()
    • Method Detail

      • disable

        public static org.openqa.selenium.devtools.Command<java.lang.Void> disable()
        Disables inspector domain notifications.
      • enable

        public static org.openqa.selenium.devtools.Command<java.lang.Void> enable()
        Enables inspector domain notifications.
      • detached

        public static org.openqa.selenium.devtools.Event<java.lang.String> detached()
      • targetCrashed

        public static org.openqa.selenium.devtools.Event<java.lang.Void> targetCrashed()
      • targetReloadedAfterCrash

        public static org.openqa.selenium.devtools.Event<java.lang.Void> targetReloadedAfterCrash()