public interface SupportsDisableAutomaticScreenshotsOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISABLE_AUTOMATIC_SCREENSHOTS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesDisableAutomaticScreenshots()
Get whether to disable automatic XCTest screenshots.
|
default T |
setDisableAutomaticScreenshots(boolean value)
Disable automatic screenshots taken by XCTest at every interaction.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String DISABLE_AUTOMATIC_SCREENSHOTS_OPTION
default T setDisableAutomaticScreenshots(boolean value)
value - Whether to disable automatic XCTest screenshots.default java.util.Optional<java.lang.Boolean> doesDisableAutomaticScreenshots()