Package | Description |
---|---|
org.openqa.selenium |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Architecture.is(Architecture compareWith)
Heuristic for comparing two architectures.
|
Copyright © 2013. All Rights Reserved.