Interface ReportingDriver

    • 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.