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 Details

    • getElement

      String getElement()
    • getSubject

      String getSubject()
    • getStatus

    • getDuration

      long getDuration()
    • getStartTime

      long getStartTime()
    • getEndTime

      long getEndTime()
    • getError

      Throwable getError()