public interface SupportsBrowserVersionOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BROWSER_VERSION_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
setBrowserVersion(java.lang.String version)
Provide the version number of the browser to automate if there are multiple
versions installed on the same machine where the driver is running.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String BROWSER_VERSION_OPTION
default T setBrowserVersion(java.lang.String version)
version - Browser version to use.