public interface SupportsClearSystemFilesOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLEAR_SYSTEM_FILES_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
clearSystemFiles()
Set the app to delete any generated files at the end of a session.
|
default java.util.Optional<java.lang.Boolean> |
doesClearSystemFiles()
Get whether the app deletes generated files at the end of a session.
|
default T |
setClearSystemFiles(boolean bool)
Set whether the app deletes generated files at the end of a session.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String CLEAR_SYSTEM_FILES_OPTION
default T clearSystemFiles()
default T setClearSystemFiles(boolean bool)
bool - is whether the app deletes generated files at the end of a session.default java.util.Optional<java.lang.Boolean> doesClearSystemFiles()