Interface SupportsIntentOptionsOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
EspressoOptions

public interface SupportsIntentOptionsOption<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
    Get intent options.
    default T
    The mapping of custom options for the intent that is going to be passed to the main app activity.

    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

    • setIntentOptions

      default T setIntentOptions(IntentOptions options)
      The mapping of custom options for the intent that is going to be passed to the main app activity. Check https://github.com/appium/appium-espresso-driver#intent-options for more details.
      Parameters:
      options - Intent options.
      Returns:
      self instance for chaining.
    • getIntentOptions

      default Optional<IntentOptions> getIntentOptions()
      Get intent options.
      Returns:
      Intent options.