Class Inspector
- java.lang.Object
-
- org.openqa.selenium.devtools.inspector.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 Event<java.lang.String>
detached()
static Command<java.lang.Void>
disable()
Disables inspector domain notifications.static Command<java.lang.Void>
enable()
Enables inspector domain notifications.static Event<java.lang.Void>
targetCrashed()
static Event<java.lang.Void>
targetReloadedAfterCrash()
-
-
-
Method Detail
-
disable
public static Command<java.lang.Void> disable()
Disables inspector domain notifications.
-
enable
public static Command<java.lang.Void> enable()
Enables inspector domain notifications.
-
detached
public static Event<java.lang.String> detached()
-
targetCrashed
public static Event<java.lang.Void> targetCrashed()
-
targetReloadedAfterCrash
public static Event<java.lang.Void> targetReloadedAfterCrash()
-
-