Package com.codeborne.selenide.logevents
package com.codeborne.selenide.logevents
- Since:
- Selenide 2.16
-
ClassDescriptionEvents, 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 implementations of this interface can be registered by SelenideLogger#addListener
It will notified on each events emitted by SelenideLogs Selenide test steps and notifies all registered LogEventListener about itA simple text report of Selenide actions performed during test run.