public interface SupportsBrowserNameOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BROWSER_NAME_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default T |
withBrowserName(java.lang.String browserName)
Set the browser name to use.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String BROWSER_NAME_OPTION
default T withBrowserName(java.lang.String browserName)
browserName - One of supported browser names.