public interface SupportsSystemHostOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SYSTEM_HOST_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getSystemHost()
Get the name of the host for the internal server to listen on.
|
default T |
setSystemHost(java.lang.String host)
The name of the host for the internal server to listen on.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SYSTEM_HOST_OPTION
default T setSystemHost(java.lang.String host)
host - Host name.default java.util.Optional<java.lang.String> getSystemHost()