public class Config extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG
Enables debug mode.
|
static String |
DRIVER
The WebDriver used for the test run.
|
static String |
ENDPOINT
The endpoint used for the test run.
|
static String |
LOGGING_PREFIX
The prefix used when logging.
|
static String |
SCREENSIZE
The default screen size used for test runs.
|
static String |
TMPDIR
The temporary directory used to store screen shots, cookie files, and other
related data needed for test runs.
|
static String |
USER_AGENT
The default User-Agent string to use in the WebDriver.
|
| Constructor and Description |
|---|
Config() |
public static final boolean DEBUG
ConfigDefaultspublic static final String DRIVER
Chrome,
Firefox,
InternetExplorer,
PhantomJSpublic static final String ENDPOINT
AbstractSuitepublic static final String LOGGING_PREFIX
public static final String SCREENSIZE
LargeDesktop,
Desktop,
Tablet,
Phonepublic static final String TMPDIR
Copyright © 2015. All rights reserved.