Uses of Interface
net.serenitybdd.core.photography.PhotoLens
| Package | Description |
|---|---|
| net.serenitybdd.core.photography |
A collection of classes that handle taking screenshots and other live documentation artifacts during tests.
|
-
Uses of PhotoLens in net.serenitybdd.core.photography
Classes in net.serenitybdd.core.photography that implement PhotoLens Modifier and Type Class Description classWebDriverPhotoLensTake a screenshot with a specified WebDriver instance.Methods in net.serenitybdd.core.photography with parameters of type PhotoLens Modifier and Type Method Description ScreenShooterScreenShooterFactory. buildScreenShooter(PhotoLens lens)PhotoSessionBookingPhotoSessionBooking. with(PhotoLens lens)Constructors in net.serenitybdd.core.photography with parameters of type PhotoLens Constructor Description PhotoSession(PhotoLens lens, Darkroom darkroom, java.nio.file.Path outputDirectory, BlurLevel blurLevel)WebDriverScreenShooter(PhotoLens lens)