Interface Photographer

All Known Implementing Classes:
FullSizePhotographer, WebdriverPhotographer

public interface Photographer
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> Optional<T>
    takeScreenshot(Driver driver, org.openqa.selenium.OutputType<T> outputType)
    Deprecated, for removal: This API element is subject to removal in a future version.
    <T> Optional<T>
    takeScreenshot(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.OutputType<T> outputType)
     
  • Method Details

    • takeScreenshot

      <T> Optional<T> takeScreenshot(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.OutputType<T> outputType)
    • takeScreenshot

      @Deprecated(forRemoval=true) default <T> Optional<T> takeScreenshot(Driver driver, org.openqa.selenium.OutputType<T> outputType)
      Deprecated, for removal: This API element is subject to removal in a future version.