Class ProfilerLogEntry

java.lang.Object
org.openqa.selenium.logging.LogEntry
org.openqa.selenium.logging.profiler.ProfilerLogEntry
Direct Known Subclasses:
HttpProfilerLogEntry

@Deprecated(forRemoval=true) public class ProfilerLogEntry extends LogEntry
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 profiler events.
  • Constructor Details

    • ProfilerLogEntry

      public ProfilerLogEntry(EventType eventType, String message)
      Deprecated, for removal: This API element is subject to removal in a future version.