Interface SupportsServerStartupTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsServerStartupTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the timeout to wait util the WebDriverAgentMac project is built and started.default TsetServerStartupTimeout(Duration timeout) The timeout to wait util the WebDriverAgentMac project is built and started.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
-
SERVER_STARTUP_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setServerStartupTimeout
The timeout to wait util the WebDriverAgentMac project is built and started. 120000ms by default- Parameters:
timeout- The timeout value.- Returns:
- self instance for chaining.
-
getServerStartupTimeout
Get the timeout to wait util the WebDriverAgentMac project is built and started.- Returns:
- The timeout value.
-