|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScreenshotProcessor | |
|---|---|
| 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. |
| Uses of ScreenshotProcessor in net.thucydides.core.screenshots |
|---|
| Classes in net.thucydides.core.screenshots that implement ScreenshotProcessor | |
|---|---|
class |
SingleThreadScreenshotProcessor
|
| Methods in net.thucydides.core.screenshots that return ScreenshotProcessor | |
|---|---|
protected ScreenshotProcessor |
Photographer.getScreenshotProcessor()
|
| Methods in net.thucydides.core.screenshots with parameters of type ScreenshotProcessor | |
|---|---|
void |
Photographer.setScreenshotProcessor(ScreenshotProcessor screenshotProcessor)
|
| Constructors in net.thucydides.core.screenshots with parameters of type ScreenshotProcessor | |
|---|---|
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)
|
|
| Uses of ScreenshotProcessor in net.thucydides.core.steps |
|---|
| Constructors in net.thucydides.core.steps with parameters of type ScreenshotProcessor | |
|---|---|
StepEventBus(ScreenshotProcessor screenshotProcessor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||