Interface SupportsPrebuiltWdaPathOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
XCUITestOptions

public interface SupportsPrebuiltWdaPathOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<String>
    Get prebuilt WebDriverAgent path.
    default T
    The full path to the prebuilt WebDriverAgent-Runner application package to be installed if appium:usePreinstalledWDA capability is enabled.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • setPrebuiltWdaPath

      default T setPrebuiltWdaPath(String path)
      The full path to the prebuilt WebDriverAgent-Runner application package to be installed if appium:usePreinstalledWDA capability is enabled. The package's bundle identifier could be customized via appium:updatedWDABundleId capability.
      Parameters:
      path - The full path to the bundle .app file on the server file system.
      Returns:
      self instance for chaining.
    • getPrebuiltWdaPath

      default Optional<String> getPrebuiltWdaPath()
      Get prebuilt WebDriverAgent path.
      Returns:
      The full path to the bundle .app file on the server file system.