Uses of Class
org.jboss.test.selenium.SystemProperties.SeleniumTimeoutType

Packages that use SystemProperties.SeleniumTimeoutType
org.jboss.test.selenium   
 

Uses of SystemProperties.SeleniumTimeoutType in org.jboss.test.selenium
 

Methods in org.jboss.test.selenium that return SystemProperties.SeleniumTimeoutType
static SystemProperties.SeleniumTimeoutType SystemProperties.SeleniumTimeoutType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SystemProperties.SeleniumTimeoutType[] SystemProperties.SeleniumTimeoutType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.test.selenium with parameters of type SystemProperties.SeleniumTimeoutType
static long SystemProperties.getSeleniumTimeout(SystemProperties.SeleniumTimeoutType type)
          Returns the predefined timeout for given type.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.