Class HttpProfilerLogEntry
java.lang.Object
org.openqa.selenium.logging.LogEntry
org.openqa.selenium.logging.profiler.ProfilerLogEntry
org.openqa.selenium.logging.profiler.HttpProfilerLogEntry
Deprecated, for removal: This API element is subject to removal in a future version.
logging is not in the W3C WebDriver spec and is no longer supported. This class will
be removed in a future release.
A log entry for HTTP command profiling.
-
Constructor Summary
ConstructorsConstructorDescriptionHttpProfilerLogEntry(String commandName, boolean isStart) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.openqa.selenium.logging.LogEntry
getLevel, getMessage, getTimestamp, toJson, toString
-
Constructor Details
-
HttpProfilerLogEntry
Deprecated, for removal: This API element is subject to removal in a future version.
-