Class LogEntry


  • public class LogEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry​(java.lang.String kind, org.openqa.selenium.logging.LogEntry entry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.logging.LogEntry getEntry()  
      java.lang.String getKind()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogEntry

        public LogEntry​(java.lang.String kind,
                        org.openqa.selenium.logging.LogEntry entry)
    • Method Detail

      • getKind

        public java.lang.String getKind()
      • getEntry

        public org.openqa.selenium.logging.LogEntry getEntry()