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

com.github.jsdevel.testng.selenium.config.SystemProperties Maven / Gradle / Ivy

There is a newer version: 0.11.2
Show newest version
package com.github.jsdevel.testng.selenium.config;

/**
 * Constants representing system property names recognized by testng-selenium.
 * 
 * @see Config
 * @see ConfigDefaults
 * 
 * @author Joe Spencer
 */
public class SystemProperties {
  /**
   * String value of "testng.selenium.debug".
   */
  public static final String DEBUG = "testng.selenium.debug"; 

  /**
   * String value of "testng.selenium.driver".
   */
  public static final String DRIVER = "testng.selenium.driver"; 

  /**
   * String value of "testng.selenium.endpoint".
   */
  public static final String ENDPOINT = "testng.selenium.endpoint"; 

  /**
   * String value of "testng.selenium.logging_prefix".
   */
  public static final String LOGGING_PREFIX = "testng.selenium.logging.prefix"; 

  /**
   * String value of "testng.selenium.screensize".
   */
  public static final String SCREENSIZE = "testng.selenium.screensize"; 

  /**
   * String value of "testng.selenium.tmpdir".
   */
  public static final String TMPDIR = "testng.selenium.tmpdir"; 

  /**
   * String value of "testng.selenium.driverconfig.useragent".
   */
  public static final String USER_AGENT = "testng.selenium.driverconfig.useragent"; 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy