Package com.codeborne.selenide.impl
Class WebdriverPhotographer
java.lang.Object
com.codeborne.selenide.impl.WebdriverPhotographer
- All Implemented Interfaces:
Photographer
-
Constructor Summary
Constructors -
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
-
WebdriverPhotographer
public WebdriverPhotographer()
-
-
Method Details
-
takeScreenshot
public <T> Optional<T> takeScreenshot(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.OutputType<T> outputType) - Specified by:
takeScreenshotin interfacePhotographer
-