Package org.openqa.selenium.devtools
Class Log
- java.lang.Object
-
- org.openqa.selenium.devtools.Log
-
public class Log extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLog.LogEntry
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Command<java.lang.Void>clear()static Command<java.lang.Void>disable()static Command<java.lang.Void>enable()static Event<Log.LogEntry>entryAdded()
-
-
-
Method Detail
-
clear
public static Command<java.lang.Void> clear()
-
enable
public static Command<java.lang.Void> enable()
-
disable
public static Command<java.lang.Void> disable()
-
entryAdded
public static Event<Log.LogEntry> entryAdded()
-
-