Interface SupportsIntentCategoryOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getIntentCategory()
      Get intent category to be applied when starting the given appActivity by Activity Manager.
      default T setIntentCategory​(java.lang.String intentCategory)
      Set an optional intent category 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

      • INTENT_CATEGORY_OPTION

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

      • setIntentCategory

        default T setIntentCategory​(java.lang.String intentCategory)
        Set an optional intent category to be applied when starting the given appActivity by Activity Manager.
        Parameters:
        intentCategory - Intent category class name.
        Returns:
        self instance for chaining.
      • getIntentCategory

        default java.util.Optional<java.lang.String> getIntentCategory()
        Get intent category to be applied when starting the given appActivity by Activity Manager.
        Returns:
        Intent category class name.