Interface SupportsMsWaitForAppLaunchOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
WindowsOptions
public interface SupportsMsWaitForAppLaunchOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the timeout used to retry Appium Windows Driver session startup.default TsetWaitForAppLaunch(Duration timeout) Similar to createSessionTimeout, but is applied on the server side.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
MS_WAIT_FOR_APP_LAUNCH_OPTION
- See Also:
-
-
Method Details
-
setWaitForAppLaunch
Similar to createSessionTimeout, but is applied on the server side. Enables Appium Windows Driver to wait for a defined amount of time after an app launch is initiated prior to attaching to the application session. The limit for this is 50 seconds.- Parameters:
timeout- The timeout value.- Returns:
- self instance for chaining.
-
doesWaitForAppLaunch
Get the timeout used to retry Appium Windows Driver session startup.- Returns:
- The timeout value.
-