See: Description
| Interface | Description |
|---|---|
| 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. Depends on implementation, status can be something like "PASSED", "FAILED" or something else. |
| LogEventListener |
An implementations of this interface can be registered by SelenideLogger#addListener
It will notified on each events emitted by Selenide |
| Class | Description |
|---|---|
| ErrorsCollector | |
| EventsCollector | |
| PrettyReportCreator | Deprecated
Use class from package junit: com.codeborne.selenide.junit.TextReport
|
| SimpleReport |
EXPERIMENTAL
Use with cautions! This API will likely be changed soon.
|
| Enum | Description |
|---|---|
| LogEvent.EventStatus |