public interface SupportsNoResetOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NO_RESET_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Boolean> |
doesNoReset()
Get whether the app does not do a reset.
|
default T |
noReset()
Set the app not to do a reset.
|
default T |
setNoReset(boolean bool)
Set whether the app does not do a reset.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String NO_RESET_OPTION
default T noReset()
default T setNoReset(boolean bool)
bool - is whether the app does not do a reset.default java.util.Optional<java.lang.Boolean> doesNoReset()