Interface SupportsResultBundlePathOption<T extends BaseOptions<T>>

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

public interface SupportsResultBundlePathOption<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 where the resulting XCTest bundle should be stored.
    default T
    Specify the path to the result bundle path as xcodebuild argument for WebDriverAgent build under a security flag.

    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

    • setResultBundlePath

      default T setResultBundlePath(String path)
      Specify the path to the result bundle path as xcodebuild argument for WebDriverAgent build under a security flag. WebDriverAgent process must start/stop every time to pick up changed value of this property. Specifying useNewWDA to true may help there. Please read man xcodebuild for more details.
      Parameters:
      path - The path where the resulting XCTest bundle should be stored.
      Returns:
      self instance for chaining.
    • getResultBundlePath

      default Optional<String> getResultBundlePath()
      Get the path where the resulting XCTest bundle should be stored.
      Returns:
      XCTest result bundle path.