Class FullSizePhotographer

java.lang.Object
com.codeborne.selenide.fullscreenshot.FullSizePhotographer
All Implemented Interfaces:
com.codeborne.selenide.impl.Photographer

@ParametersAreNonnullByDefault public class FullSizePhotographer extends Object implements com.codeborne.selenide.impl.Photographer
Implementation of Photographer which can take full-size screenshots.
Since:
6.7.0
  • Constructor Details

    • FullSizePhotographer

      public FullSizePhotographer()
    • FullSizePhotographer

      protected FullSizePhotographer(com.codeborne.selenide.impl.WebdriverPhotographer defaultImplementation)
  • Method Details

    • takeScreenshot

      @Nonnull @CheckReturnValue public <T> Optional<T> takeScreenshot(com.codeborne.selenide.Driver driver, org.openqa.selenium.OutputType<T> outputType)
      Specified by:
      takeScreenshot in interface com.codeborne.selenide.impl.Photographer