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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<Boolean>
    Retrieves the current value of the 'flutterEnableMockCamera' capability, if available.
    default T
    Sets the 'flutterEnableMockCamera' capability to the specified value.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • setFlutterEnableMockCamera

      default T setFlutterEnableMockCamera(boolean value)
      Sets the 'flutterEnableMockCamera' capability to the specified value.
      Parameters:
      value - the value to set for the 'flutterEnableMockCamera' capability
      Returns:
      an instance of type T with the updated capability set
    • doesFlutterEnableMockCamera

      default Optional<Boolean> doesFlutterEnableMockCamera()
      Retrieves the current value of the 'flutterEnableMockCamera' capability, if available.
      Returns:
      an Optional<Boolean> containing the current value of the capability,