Interface ReportingDriver

    • Field Detail

      • LOG

        static final org.slf4j.Logger LOG
        Logger instance.
    • Method Detail

      • report

        Reporter report()
        Extension method to get an instance of the reporter initialized by the driver.
        Returns:
        Reporter instance.
      • getScreenshot

        default java.lang.String getScreenshot()
        Takes a screenshot using the driver.
        Returns:
        Screenshot taken (PNG) as base64 string.
      • stop

        void stop()
        Stops the driver and perform necessary cleanup.