Interface SupportsFlutterEnableMockCamera<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
FlutterDriverOptions
public interface SupportsFlutterEnableMockCamera<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the current value of the 'flutterEnableMockCamera' capability, if available.default TsetFlutterEnableMockCamera(boolean value) Sets the 'flutterEnableMockCamera' capability to the specified value.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_ENABLE_MOCK_CAMERA_OPTION
- See Also:
-
-
Method Details
-
setFlutterEnableMockCamera
Sets the 'flutterEnableMockCamera' capability to the specified value.- Parameters:
value- the value to set for the 'flutterEnableMockCamera' capability- Returns:
- an instance of type
Twith the updated capability set
-
doesFlutterEnableMockCamera
Retrieves the current value of the 'flutterEnableMockCamera' capability, if available.- Returns:
- an
Optional<Boolean>containing the current value of the capability,
-