Uses of Enum Class
org.openqa.selenium.Architecture
Packages that use Architecture
- 
Uses of Architecture in org.openqa.seleniumMethods in org.openqa.selenium that return ArchitectureModifier and TypeMethodDescriptionstatic ArchitectureArchitecture.extractFromSysProperty(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 ArchitectureReturns the enum constant of this class with the specified name.static Architecture[]Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium with parameters of type ArchitectureModifier and TypeMethodDescriptionbooleanArchitecture.is(Architecture compareWith) Heuristic for comparing two architectures.