public class WebDriverRunner
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
holdBrowserOpen
If holdBrowserOpen is true, browser window stays open after running tests.
|
| Constructor and Description |
|---|
WebDriverRunner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearBrowserCache() |
static void |
closeWebDriver() |
static org.openqa.selenium.WebDriver |
getWebDriver() |
static boolean |
ie() |
static java.lang.String |
takeScreenShot(java.lang.String fileName) |
public static boolean holdBrowserOpen
public static org.openqa.selenium.WebDriver getWebDriver()
public static void closeWebDriver()
public static boolean ie()
public static void clearBrowserCache()
public static java.lang.String takeScreenShot(java.lang.String fileName)