Interface SupportsAppWaitPackageOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getAppWaitPackage()
      Get the identifier of the app package to wait for.
      default T setAppWaitPackage​(java.lang.String appWaitPackage)
      Identifier of the package that the driver should wait for (not necessarily the main one).
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

      • APP_WAIT_PACKAGE_OPTION

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

      • setAppWaitPackage

        default T setAppWaitPackage​(java.lang.String appWaitPackage)
        Identifier of the package that the driver should wait for (not necessarily the main one). If not provided then defaults to appium:appPackage.
        Parameters:
        appWaitPackage - Package identifier to wait for.
        Returns:
        self instance for chaining.
      • getAppWaitPackage

        default java.util.Optional<java.lang.String> getAppWaitPackage()
        Get the identifier of the app package to wait for.
        Returns:
        Package identifier.