Interface SupportsFlutterServerLaunchTimeoutOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
FlutterDriverOptions
public interface SupportsFlutterServerLaunchTimeoutOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the maximum timeout to wait until FlutterServer is listening.default TsetFlutterServerLaunchTimeout(Duration timeout) Timeout to wait for FlutterServer to be pingable, e.g.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
-
FLUTTER_SERVER_LAUNCH_TIMEOUT_OPTION
- See Also:
-
-
Method Details
-
setFlutterServerLaunchTimeout
Timeout to wait for FlutterServer to be pingable, e.g. finishes building. Defaults to 60000ms.- Parameters:
timeout- Timeout to wait until FlutterServer is listening.- Returns:
- self instance for chaining.
-
getFlutterServerLaunchTimeout
Get the maximum timeout to wait until FlutterServer is listening.- Returns:
- Timeout value.
-