| Package | Description |
|---|---|
| se.claremont.taf.websupport.webdrivergluecode |
| Modifier and Type | Method and Description |
|---|---|
static WebDriverManager.WebBrowserType |
WebDriverManager.WebBrowserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebDriverManager.WebBrowserType[] |
WebDriverManager.WebBrowserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
WebDriverManager.initializeWebDriver(WebDriverManager.WebBrowserType webBrowserType)
Tries to get a grip of appropriate Browser to return for interaction
|
| Constructor and Description |
|---|
WebInteractionMethods(TestCase testCase,
WebDriverManager.WebBrowserType browserType)
Attempts to create a WebDriver instance to use for the specified browser type
|
Copyright © 2019. All rights reserved.