Interface SupportsOptionalIntentArgumentsOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getOptionalIntentArguments()
      Get intent arguments to be applied when starting the given appActivity by Activity Manager.
      default T setOptionalIntentArguments​(java.lang.String arguments)
      Set an optional intent arguments to be applied when starting the given appActivity by Activity Manager.
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

      • OPTIONAL_INTENT_ARGUMENTS_OPTION

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

      • setOptionalIntentArguments

        default T setOptionalIntentArguments​(java.lang.String arguments)
        Set an optional intent arguments to be applied when starting the given appActivity by Activity Manager.
        Parameters:
        arguments - Intent arguments string.
        Returns:
        self instance for chaining.
      • getOptionalIntentArguments

        default java.util.Optional<java.lang.String> getOptionalIntentArguments()
        Get intent arguments to be applied when starting the given appActivity by Activity Manager.
        Returns:
        Intent arguments string.