Uses of Class
org.openqa.selenium.Architecture
-
Packages that use Architecture Package Description org.openqa.selenium -
-
Uses of Architecture in org.openqa.selenium
Methods in org.openqa.selenium that return Architecture Modifier and Type Method Description static ArchitectureArchitecture. extractFromSysProperty(java.lang.String arch)Extracts architectures based on system properties in Java and a heuristic to overcome differences between JDK implementations.static ArchitectureArchitecture. getCurrent()Gets current architecture.static ArchitectureArchitecture. valueOf(java.lang.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 Modifier and Type Method Description booleanArchitecture. is(Architecture compareWith)Heuristic for comparing two architectures.
-