public class WebDriverManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebDriverManager.WebBrowserType
Supported browser types for web based test execution via Selenium WebDriver.
|
| Constructor and Description |
|---|
WebDriverManager(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
initializeWebDriver(WebDriverManager.WebBrowserType webBrowserType)
Tries to get a grip of appropriate Browser to return for interaction
|
public WebDriverManager(TestCase testCase)
public org.openqa.selenium.WebDriver initializeWebDriver(WebDriverManager.WebBrowserType webBrowserType)
webBrowserType - The enum WebBrowserType, stating what browser to try to useCopyright © 2019. All rights reserved.