Interface SupportsSimulatorDevicesSetPathOption<T extends BaseOptions<T>>

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

public interface SupportsSimulatorDevicesSetPathOption<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 alternative path to the simulator devices set.
    default T
    This capability allows to set an alternative path to the simulator devices set in case you have multiple sets deployed on your local system.

    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

    • setSimulatorDevicesSetPath

      default T setSimulatorDevicesSetPath(String path)
      This capability allows to set an alternative path to the simulator devices set in case you have multiple sets deployed on your local system. Such feature could be useful if you, for example, would like to save disk space on the main system volume.
      Parameters:
      path - Alternative path to the simulator devices set.
      Returns:
      self instance for chaining.
    • getSimulatorDevicesSetPath

      default Optional<String> getSimulatorDevicesSetPath()
      Get the alternative path to the simulator devices set.
      Returns:
      Path string.