public class DriverFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HTML_UNIT |
| Constructor and Description |
|---|
DriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebDriver |
create(java.lang.String testName)
Creates diver instance for specified test.
|
public static final java.lang.String HTML_UNIT