Interface SupportsSimulatorStartupTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsSimulatorStartupTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the Simulator startup timeout.default TsetSimulatorStartupTimeout(Duration timeout) Allows to change the default timeout for Simulator startup.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
-
SIMULATOR_STARTUP_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setSimulatorStartupTimeout
Allows to change the default timeout for Simulator startup. By default, this value is set to 120000ms (2 minutes), although the startup could take longer on a weak hardware or if other concurrent processes use much system resources during the boot up procedure.- Parameters:
timeout- Simulator startup timeout.- Returns:
- self instance for chaining.
-
getSimulatorStartupTimeout
Get the Simulator startup timeout.- Returns:
- Timeout value.
-