Interface SupportsIntentOptionsOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<IntentOptions> getIntentOptions()
      Get intent options.
      default T setIntentOptions​(IntentOptions options)
      The mapping of custom options for the intent that is going to be passed to the main app activity.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • INTENT_OPTIONS_OPTION

        static final java.lang.String INTENT_OPTIONS_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • 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 java.util.Optional<IntentOptions> getIntentOptions()
        Get intent options.
        Returns:
        Intent options.