Interface Photographer

All Known Implementing Classes:
FullSizePhotographer, WebdriverPhotographer

@ParametersAreNonnullByDefault public interface Photographer
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Optional<T>
    takeScreenshot(Driver driver, org.openqa.selenium.OutputType<T> outputType)
     
  • Method Details

    • takeScreenshot

      @Nonnull @CheckReturnValue <T> Optional<T> takeScreenshot(Driver driver, org.openqa.selenium.OutputType<T> outputType)