Interface SupportsFlutterSystemPortOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
FlutterDriverOptions
public interface SupportsFlutterSystemPortOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the number of the port Flutter server starts on the system.default TsetFlutterSystemPort(int flutterSystemPort) Set the port where Flutter server starts.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_SYSTEM_PORT_OPTION
- See Also:
-
-
Method Details
-
setFlutterSystemPort
Set the port where Flutter server starts.- Parameters:
flutterSystemPort- is the port number- Returns:
- self instance for chaining.
-
getFlutterSystemPort
Get the number of the port Flutter server starts on the system.- Returns:
- Port number
-