| Package | Description |
|---|---|
| net.thucydides.core.screenshots |
This package is in charge of recording and storing screenshots taken during the test run.
|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleThreadScreenshotProcessor |
| Modifier and Type | Method and Description |
|---|---|
protected ScreenshotProcessor |
Photographer.getScreenshotProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Photographer.setScreenshotProcessor(ScreenshotProcessor screenshotProcessor) |
| Constructor and Description |
|---|
Photographer(org.openqa.selenium.WebDriver driver,
File targetDirectory,
ScreenshotProcessor screenshotProcessor) |
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) |
| Constructor and Description |
|---|
StepEventBus(ScreenshotProcessor screenshotProcessor) |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.