Interface LogEvent

  • All Known Implementing Classes:
    SelenideLog

    public interface LogEvent
    Events, created on Selenide actions like "navigate to url", "click on element", "check a condition"

    An event contains a string representation of the element, the subject and its status.
    • Method Detail

      • getElement

        java.lang.String getElement()
      • getSubject

        java.lang.String getSubject()
      • getDuration

        long getDuration()
      • getError

        java.lang.Throwable getError()