Package com.codeborne.selenide.logevents


@NullMarked @CheckReturnValue package com.codeborne.selenide.logevents
  • Class
    Description
     
     
     
    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 implementations of this interface can be registered by SelenideLogger#addListener
    It will be notified on each event emitted by Selenide
     
    Logs Selenide test steps and notifies all registered LogEventListener about it
    A simple text report of Selenide actions performed during test run.