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
ModifierConstructorDescriptionprotected
FullSizePhotographer
(WebdriverPhotographer defaultImplementation) -
Method Summary
Modifier and TypeMethodDescription<T> Optional<T>
takeScreenshot
(Driver driver, org.openqa.selenium.OutputType<T> outputType)
-
Constructor Details
-
FullSizePhotographer
public FullSizePhotographer() -
FullSizePhotographer
-
-
Method Details
-
takeScreenshot
- Specified by:
takeScreenshot
in interfacePhotographer
-