public abstract class Constants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Constants.AutoItConstants |
static class |
Constants.BrowserConstants |
static class |
Constants.EclipseConstants |
static class |
Constants.JSONConstants |
static class |
Constants.LogConstants |
static class |
Constants.RestConstants |
static class |
Constants.SeleniumConstants |
static class |
Constants.XMLConstants |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENV_SAFSDIR
'SAFSDIR' environment storing the installation directory of SAFS.
|
static java.lang.String |
ENV_SELENIUM_PLUS
'SELENIUM_PLUS' environment storing the installation directory of Selenium Plus.
|
static java.lang.String |
LOCAL_HOST
'localhost'
|
static java.lang.String |
LOCAL_HOST_IP
'127.0.0.1'
|
static java.lang.String |
MANIFEST
'MANIFEST.MF'
|
static java.lang.String |
METAINF
'META-INF'
|
static java.lang.String |
NO_AUTHENTICATION
'NOAUTHENTICATION'
|
static int |
TIMEOUT_HOVERMOUSE_DEFAULT
'2000' in milliseconds, the default time for the mouse to hover.
|
static int |
TIMEOUT_HOVERMOUSE_STAY_FOREVER
'-1' the timeout for the mouse to hover for ever
|
Constructor and Description |
---|
Constants() |
public static final java.lang.String LOCAL_HOST
public static final java.lang.String LOCAL_HOST_IP
public static final java.lang.String NO_AUTHENTICATION
public static final java.lang.String METAINF
public static final java.lang.String MANIFEST
public static final java.lang.String ENV_SELENIUM_PLUS
public static final java.lang.String ENV_SAFSDIR
public static final int TIMEOUT_HOVERMOUSE_DEFAULT
public static final int TIMEOUT_HOVERMOUSE_STAY_FOREVER
Copyright © SAS Institute. All Rights Reserved.