public interface SupportsRemoteAdbHostOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REMOTE_ADB_HOST_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getRemoteAdbHost()
Get the address of the host where ADB is running.
|
default T |
setRemoteAdbHost(java.lang.String host)
Address of the host where ADB is running (the value of -H ADB command line option).
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String REMOTE_ADB_HOST_OPTION
default T setRemoteAdbHost(java.lang.String host)
host - The name host where ADB server is running.default java.util.Optional<java.lang.String> getRemoteAdbHost()