Interface LogsEvents

    • Method Detail

      • logEvent

        default void logEvent​(CustomEvent event)
        Log a custom event on the Appium server.
        Parameters:
        event - the event to log
        Throws:
        org.openqa.selenium.WebDriverException - if there was a failure while executing the script
        Since:
        Appium 1.16
      • getEvents

        default ServerEvents getEvents()
        Log a custom event on the Appium server.
        Returns:
        ServerEvents object wrapping up the various command and event timestamps
        Throws:
        org.openqa.selenium.WebDriverException - if there was a failure while executing the script
        Since:
        Appium 1.16