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()
Fired when remote debugging connection is about to be terminated.static Command<java.lang.Void>
disable()
Disables inspector domain notifications.static Command<java.lang.Void>
enable()
Enables inspector domain notifications.
-
-
-
Method Detail
-
enable
public static Command<java.lang.Void> enable()
Enables inspector domain notifications.
-
disable
public static Command<java.lang.Void> disable()
Disables inspector domain notifications.
-
detached
public static Event<java.lang.String> detached()
Fired when remote debugging connection is about to be terminated. Contains detach reason.
-
-