public interface SupportsMsWaitForAppLaunchOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MS_WAIT_FOR_APP_LAUNCH_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.time.Duration> |
doesWaitForAppLaunch()
Get the timeout used to retry Appium Windows Driver session startup.
|
default T |
setWaitForAppLaunch(java.time.Duration timeout)
Similar to createSessionTimeout, but is
applied on the server side.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String MS_WAIT_FOR_APP_LAUNCH_OPTION
default T setWaitForAppLaunch(java.time.Duration timeout)
timeout - The timeout value.default java.util.Optional<java.time.Duration> doesWaitForAppLaunch()