public interface SupportsPlatformVersionOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLATFORM_VERSION_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getPlatformVersion()
Get the version of the platform.
|
default T |
setPlatformVersion(java.lang.String version)
Set the version of the platform.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String PLATFORM_VERSION_OPTION
default T setPlatformVersion(java.lang.String version)
version - is the platform version.default java.util.Optional<java.lang.String> getPlatformVersion()