Interface SupportsIntentFlagsOption<T extends BaseOptions<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INTENT_FLAGS_OPTION  
    • Method Summary

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

    • Method Detail

      • setIntentFlags

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

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