Interface SupportsDerivedDataPathOption<T extends BaseOptions<T>>

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

public interface SupportsDerivedDataPathOption<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 the path to the derived data WDA folder.
    default T
    Use along with usePrebuiltWDA capability and choose where to search for the existing WDA app.

    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

    • setDerivedDataPath

      default T setDerivedDataPath(String path)
      Use along with usePrebuiltWDA capability and choose where to search for the existing WDA app. If the capability is not set then Xcode will store the derived data in the default root taken from preferences. It also makes sense to choose different folders for parallel WDA sessions.
      Parameters:
      path - Derived data folder path.
      Returns:
      self instance for chaining.
    • getDerivedDataPath

      default Optional<String> getDerivedDataPath()
      Get the path to the derived data WDA folder.
      Returns:
      Derived data folder path.