| Package | Description |
|---|---|
| net.thucydides.core.configuration | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots | |
| net.thucydides.core.webdriver |
| Modifier and Type | Method and Description |
|---|---|
Optional<TakeScreenshots> |
SystemPropertiesConfiguration.getScreenshotLevel() |
| Modifier and Type | Method and Description |
|---|---|
static TakeScreenshots |
TakeScreenshots.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TakeScreenshots[] |
TakeScreenshots.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TakeScreenshots> |
ScreenshotPreferencesByClass.getScreenshotPreference() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TakeScreenshots> |
Configuration.getScreenshotLevel()
How often should screenshots be taken.
|
Copyright © 2023. All rights reserved.