public interface SupportsAppOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getApp()
Get the app location.
|
default T |
setApp(java.lang.String path)
Set the absolute local path for the location of the App.
|
default T |
setApp(java.net.URL url)
Set the remote http URL for the location of the App.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String APP_OPTION
default T setApp(java.lang.String path)
path - is a String representing the location of the Appdefault T setApp(java.net.URL url)
url - is the URL representing the location of the Appdefault java.util.Optional<java.lang.String> getApp()