| Package | Description |
|---|---|
| net.thucydides.core.screenshots |
This package is in charge of recording and storing screenshots taken during the test run.
|
| Modifier and Type | Method and Description |
|---|---|
static BlurLevel |
BlurLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlurLevel[] |
BlurLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<BlurLevel> |
ScreenshotBlurCheck.blurLevel() |
com.google.common.base.Optional<BlurLevel> |
Photographer.getBlurLevel() |
| Constructor and Description |
|---|
Photographer(org.openqa.selenium.WebDriver driver,
File targetDirectory,
BlurLevel blurLevel) |
Photographer(org.openqa.selenium.WebDriver driver,
File targetDirectory,
ScreenshotProcessor screenshotProcessor,
BlurLevel blurLevel) |
Photographer(org.openqa.selenium.WebDriver driver,
File targetDirectory,
ScreenshotProcessor screenshotProcessor,
BlurLevel blurLevel,
EnvironmentVariables environmentVariables) |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.