Interface SupportsBootstrapRootOption<T extends BaseOptions<T>>

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

public interface SupportsBootstrapRootOption<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 full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.
    default T
    The full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.

    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

    • setBootstrapRoot

      default T setBootstrapRoot(String path)
      The full path to WebDriverAgentMac root folder where Xcode project of the server sources lives. By default, this project is located in the same folder where the corresponding driver Node.js module lives.
      Parameters:
      path - The full path to WebDriverAgentMac root folder.
      Returns:
      self instance for chaining.
    • getBootstrapRoot

      default Optional<String> getBootstrapRoot()
      Get the full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.
      Returns:
      The full path to WebDriverAgentMac root folder.