public interface SupportsDisableWindowAnimationOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISABLE_WINDOWS_ANIMATION_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
disableWindowAnimation()
Disables window animations when starting the instrumentation process.
|
default java.util.Optional<java.lang.Boolean> |
doesDisableWindowAnimation()
Get whether window animations when starting the instrumentation process
are disabled.
|
default T |
setDisableWindowAnimation(boolean value)
Set whether to disable window animations when starting the instrumentation process.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String DISABLE_WINDOWS_ANIMATION_OPTION
default T disableWindowAnimation()
default T setDisableWindowAnimation(boolean value)
value - True to disable window animations.default java.util.Optional<java.lang.Boolean> doesDisableWindowAnimation()