Interface SupportsUpdatedWdaBundleIdOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getUpdatedWdaBundleId()
      Get the WDA bundle identifier.
      default T setUpdatedWdaBundleId​(java.lang.String identifier)
      Bundle id to update WDA to before building and launching on real devices.
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

      • UPDATED_WDA_BUNDLE_ID_OPTION

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

      • setUpdatedWdaBundleId

        default T setUpdatedWdaBundleId​(java.lang.String identifier)
        Bundle id to update WDA to before building and launching on real devices. This bundle id must be associated with a valid provisioning profile.
        Parameters:
        identifier - Bundle identifier.
        Returns:
        self instance for chaining.
      • getUpdatedWdaBundleId

        default java.util.Optional<java.lang.String> getUpdatedWdaBundleId()
        Get the WDA bundle identifier.
        Returns:
        Identifier value.