Uses of Class
org.openqa.selenium.Architecture

Packages that use Architecture
org.openqa.selenium   
 

Uses of Architecture in org.openqa.selenium
 

Methods in org.openqa.selenium that return Architecture
static Architecture Architecture.extractFromSysProperty(String arch)
          Extracts architectures based on system properties in Java and a heuristic to overcome differences between JDK implementations.
static Architecture Architecture.getCurrent()
          Gets current architecture.
static Architecture Architecture.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Architecture[] Architecture.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openqa.selenium with parameters of type Architecture
 boolean Architecture.is(Architecture compareWith)
          Heuristic for comparing two architectures.
 



Copyright © 2012. All Rights Reserved.