All Downloads are FREE. Search and download functionalities are using the official Maven repository.

environment.EnvironmentConstants Maven / Gradle / Ivy

package environment;

/**
 * @deprecated As of release 2.0, replaced by{@link net.itarray.automotion.tools.environment.EnvironmentConstants}
 */
@Deprecated
public class EnvironmentConstants {
    public static final String IS_MOBILE = net.itarray.automotion.tools.environment.EnvironmentConstants.IS_MOBILE;
    public static final String IS_LOCAL = net.itarray.automotion.tools.environment.EnvironmentConstants.IS_LOCAL;
    public static final String IS_REMOTE = net.itarray.automotion.tools.environment.EnvironmentConstants.IS_REMOTE;
    public static final String IS_HEADLESS = net.itarray.automotion.tools.environment.EnvironmentConstants.IS_HEADLESS;
    public static final String IS_SAUCE = net.itarray.automotion.tools.environment.EnvironmentConstants.IS_SAUCE;
    public static final String BROWSER = net.itarray.automotion.tools.environment.EnvironmentConstants.BROWSER;
    public static final String PLATFORM = net.itarray.automotion.tools.environment.EnvironmentConstants.PLATFORM;
    public static final String EXECUTOR = net.itarray.automotion.tools.environment.EnvironmentConstants.EXECUTOR;
    public static final String PLATFORM_VERSION = net.itarray.automotion.tools.environment.EnvironmentConstants.PLATFORM_VERSION;
    public static final String PHANTOM_JS_PATH = net.itarray.automotion.tools.environment.EnvironmentConstants.PHANTOM_JS_PATH;
    public static final String USER_AGENT = net.itarray.automotion.tools.environment.EnvironmentConstants.USER_AGENT;
    public static final String DEVICE = net.itarray.automotion.tools.environment.EnvironmentConstants.DEVICE;
    public static final String MOBILE_DEVICE_EMULATION = net.itarray.automotion.tools.environment.EnvironmentConstants.MOBILE_DEVICE_EMULATION;
    public static final String NAME = net.itarray.automotion.tools.environment.EnvironmentConstants.NAME;
    public static final String APP_PACKAGE = net.itarray.automotion.tools.environment.EnvironmentConstants.APP_PACKAGE;
    public static final String APP_ACTIVITY = net.itarray.automotion.tools.environment.EnvironmentConstants.APP_ACTIVITY;
    public static final String APP = net.itarray.automotion.tools.environment.EnvironmentConstants.APP;
    public static final String AUTOMATION_NAME = net.itarray.automotion.tools.environment.EnvironmentConstants.AUTOMATION_NAME;
    public static final String APPIUM_VERSION = net.itarray.automotion.tools.environment.EnvironmentConstants.APPIUM_VERSION;
    public static final String UDID = net.itarray.automotion.tools.environment.EnvironmentConstants.UDID;
    public static final String MOBILE_BROWSER = net.itarray.automotion.tools.environment.EnvironmentConstants.MOBILE_BROWSER;
    public static final String NEW_COMMAND_TIMEOUT = net.itarray.automotion.tools.environment.EnvironmentConstants.NEW_COMMAND_TIMEOUT;
    public static final String SL_DESKTOP_PLATFORM = net.itarray.automotion.tools.environment.EnvironmentConstants.SL_DESKTOP_PLATFORM;
    public static final String SL_BROWSER_VERSION = net.itarray.automotion.tools.environment.EnvironmentConstants.SL_BROWSER_VERSION;
    public static final String SL_DESKTOP_RESOLUTION = net.itarray.automotion.tools.environment.EnvironmentConstants.SL_DESKTOP_RESOLUTION;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy