public interface SupportsMjpegServerPortOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MJPEG_SERVER_PORT_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.Integer> |
getMjpegServerPort()
Get the number of the port UiAutomator2 server starts the MJPEG server on.
|
default T |
setMjpegServerPort(int port)
The number of the port UiAutomator2 server starts the MJPEG server on.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String MJPEG_SERVER_PORT_OPTION
default T setMjpegServerPort(int port)
port
- port number in range 0..65535default java.util.Optional<java.lang.Integer> getMjpegServerPort()