public interface SupportsSafariPlatformBuildVersionOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SAFARI_PLATFORM_BUILD_VERSION_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getSafariPlatformBuildVersion()
Get the build version of the platform.
|
default T |
setSafariPlatformBuildVersion(java.lang.String version)
safaridriver will only create a session using hosts whose OS build
version matches the value of safari:platformBuildVersion.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String SAFARI_PLATFORM_BUILD_VERSION_OPTION
default T setSafariPlatformBuildVersion(java.lang.String version)
version - is the platform build version.default java.util.Optional<java.lang.String> getSafariPlatformBuildVersion()