Package com.codeborne.selenide.logevents
@NullMarked
@CheckReturnValue
package com.codeborne.selenide.logevents
-
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 be notified on each event emitted by SelenideLogs Selenide test steps and notifies all registered LogEventListener about itA simple text report of Selenide actions performed during test run.