public interface SupportsOtherAppsOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OTHER_APPS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getOtherApps()
Get the list of apps to install before running a test.
|
default T |
setOtherApps(java.lang.String apps)
Set the location of the app(s) to install before running a test.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String OTHER_APPS_OPTION
default T setOtherApps(java.lang.String apps)
apps - is the apps to install.default java.util.Optional<java.lang.String> getOtherApps()