| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
BASE_COMMAND_LINE_PARAMETERS |
"Expected arguments: [target url] [build name]" |
private static final long |
SELENIUM_ELEMENT_TIMEOUT |
5L |
private static final String |
URL_PARAM_ERROR_STRING |
"Needs URL in form http[s]://domain.com/... as first argument." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
AUTOMATE_KEY_LABEL |
"automateKey" |
private static final String |
AUTOMATE_KEY_PROMPT |
"Enter Browserstack automate key:" |
private static final String |
AUTOMATE_KEY_REGEX |
"[A-Za-z]{20,20}" |
private static final String |
DUMMY_AUTOMATE_KEY |
"AaaaaaaaaaBbbbbbbbbb" |
private static final String |
DUMMY_USER_NAME |
"testuertestusertestuser" |
private static final String |
USER_NAME_LABEL |
"username" |
private static final String |
USERNAME_PROMPT |
"Enter Browserstack user name:" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INSTANCE_INITIALIZED_MESSAGE |
"BrowserStack credential already initialized. Use BrowserstackCredential().killSingleton() to avoid recycling the credential." |
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
BROWSER_CAPABILITY_KEY |
"browser" |
private static final String |
BROWSER_DEBUG_FLAG_DESIRED_CAPABILITY_KEY_VALUE |
"true" |
private static final String |
BROWSERSTACK_BUILD_NAME_CAPABILITY_KEY |
"build" |
private static final String |
BROWSERSTACK_BUILD_NAME_DESIRED_CAPABILITY_KEY_VALUE |
"defaultBuildName" |
private static final String |
BROWSERSTACK_DEBUG_CAPABILITY_KEY |
"browserstack.debug" |
private static final String |
REINSTANTIATION_EXCEPTION_CODE |
"E001" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
REINSTANTIATION_EXCEPTION |
"\n### WebDriverWrapper Exception\nWebDriver still active from previous wrapper. Quit the wrapper first. " |
private static final long |
serialVersionUID |
1L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARAM_COUNT_ERROR |
"Error: Need build name and version ID arguments" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
VERSIONSLUG_ADDITIONAL_ARGUMENTS |
"[expected version]" |
private static final int |
VERSIONSLUG_PARAMETER_COUNT |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
CLASS |
"DasLogger" |
private static final String |
CONFIG_ENTRY |
"Instantiating class *DasLogger* with this configuration:\n Info template: %s\n File Name: %s\n Log Level: %s\n Append: %s\n Index of Handler: %d\n" |
private static final String |
FILE_NAME |
"das.log" |
private static final String |
GET_INFORMATION_TEMPLATE |
"Dev-A-Station Logger %s\n==============================================\n|Log Level: %s|File Name: %s|Append: %s|\n----------------------------------------------\n\n" |
private static final int |
INDEX_FOR_FORMATTER_HANDLER |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BUFFER_SIZE |
100000 |
public static final String |
BUILD_COMMAND |
" compile assembly:single" |
public static final String |
TESTINTEGRATION_COMMAND |
" verify" |
public static final String |
TESTSITE_COMMAND |
"java -cp target/sitetest.jar us.johnmeyer.sitetest.user.TargetList Executor_Test" |
public static final String |
UNX_MAVEN_PATH |
"mvn" |
public static final String |
WIN_MAVEN_PATH |
"cmd /c C:\\PROGRA~1\\apache-maven-3.3.9\\bin\\mvn.cmd" |
Copyright © 2018. All rights reserved.