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. |
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 | |
SelenideLog | |
SelenideLogger |
Logs Selenide test steps and notifies all registered LogEventListener about it
|
SimpleReport |
A simple text report of Selenide actions performed during test run
|
Enum | Description |
---|---|
LogEvent.EventStatus |