public interface SupportsMarionettePortOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MARIONETTE_PORT_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Integer> |
getMarionettePort()
Get the number of the port for the Marionette server to listen on.
|
default T |
setMarionettePort(int port)
Selects the port for Geckodriver’s connection to the Marionette
remote protocol.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String MARIONETTE_PORT_OPTION
default T setMarionettePort(int port)
port
- port number in range 0..65535default java.util.Optional<java.lang.Integer> getMarionettePort()