Package com.codeborne.selenide.logevents
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.
An event contains a string representation of the element, the subject and its status.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getElement
String getElement() -
getSubject
String getSubject() -
getStatus
LogEvent.EventStatus getStatus() -
getDuration
long getDuration() -
getStartTime
long getStartTime() -
getEndTime
long getEndTime() -
getError
Throwable getError()
-