public interface SupportsChromedriverPortOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHROMEDRIVER_PORT_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Integer> |
getChromedriverPort()
Get the local port number to use for Chromedriver communication.
|
default T |
setChromedriverPort(int port)
The port number to use for Chromedriver communication.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String CHROMEDRIVER_PORT_OPTION
default T setChromedriverPort(int port)
port
- port number in range 0..65535default java.util.Optional<java.lang.Integer> getChromedriverPort()