public interface SupportsAppWorkingDirOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APP_WORKING_DIR_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.String> |
getAppWorkingDir()
Get the full path to the folder, which is going to be set as the working
dir for the application under test.
|
default T |
setAppWorkingDir(java.lang.String path)
Full path to the folder, which is going to be set as the working
dir for the application under test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String APP_WORKING_DIR_OPTION
default T setAppWorkingDir(java.lang.String path)
path
- Existing folder path on the server file system.default java.util.Optional<java.lang.String> getAppWorkingDir()