java.lang.Object
org.openqa.selenium.devtools.v85.inspector.Inspector

@Beta public class Inspector extends Object
  • Constructor Details

    • Inspector

      public Inspector()
  • Method Details

    • disable

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

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

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

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

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