public interface SupportsNetworkSpeedOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NETWORK_SPEED_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.String> |
getNetworkSpeed()
Get the desired network speed limit for the emulator.
|
default T |
setNetworkSpeed(java.lang.String speed)
Sets the desired network speed limit for the emulator.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String NETWORK_SPEED_OPTION
default T setNetworkSpeed(java.lang.String speed)
speed
- Speed value.default java.util.Optional<java.lang.String> getNetworkSpeed()