Interface SupportsAppWorkingDirOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
WindowsOptions
public interface SupportsAppWorkingDirOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the full path to the folder, which is going to be set as the working dir for the application under test.default TsetAppWorkingDir(String path) Full path to the folder, which is going to be set as the working dir for the application under test.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
-
APP_WORKING_DIR_OPTION
- See Also:
-
-
Method Details
-
setAppWorkingDir
Full path to the folder, which is going to be set as the working dir for the application under test. This is only applicable for classic apps.- Parameters:
path- Existing folder path on the server file system.- Returns:
- self instance for chaining.
-
getAppWorkingDir
Get the full path to the folder, which is going to be set as the working dir for the application under test.- Returns:
- Folder path on the server file system.
-