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 -
Method Summary
Modifier and TypeMethodDescriptionGet the alternative path to the simulator devices set.default TThis 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, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
SIMULATOR_DEVICES_SET_PATH_OPTION
- See Also:
-
-
Method Details
-
setSimulatorDevicesSetPath
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
Get the alternative path to the simulator devices set.- Returns:
- Path string.
-