Class FullSizePhotographer
java.lang.Object
com.codeborne.selenide.fullscreenshot.FullSizePhotographer
- All Implemented Interfaces:
Photographer
Implementation of
Photographer which can take full-size screenshots.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFullSizePhotographer(WebdriverPhotographer defaultImplementation) -
Method Summary
Modifier and TypeMethodDescription<T> Optional<T>takeScreenshot(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.OutputType<T> outputType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codeborne.selenide.impl.Photographer
takeScreenshot
-
Constructor Details
-
FullSizePhotographer
public FullSizePhotographer() -
FullSizePhotographer
-
-
Method Details
-
takeScreenshot
public <T> Optional<T> takeScreenshot(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.OutputType<T> outputType) - Specified by:
takeScreenshotin interfacePhotographer
-