Uses of Enum Class
org.openqa.selenium.Platform
Packages that use Platform
-
Uses of Platform in org.openqa.selenium
Subclasses with type arguments of type Platform in org.openqa.seleniumModifier and TypeClassDescriptionenumRepresents the known and supported Platforms that WebDriver runs on.Methods in org.openqa.selenium that return PlatformModifier and TypeMethodDescriptionstatic PlatformPlatform.extractFromSysProperty(@Nullable String osName) Extracts platforms based on system properties in Java and uses a heuristic to determine the most likely operating system.static PlatformPlatform.extractFromSysProperty(@Nullable String osName, @Nullable String osVersion) Extracts platforms based on system properties in Java and uses a heuristic to determine the most likely operating system.abstract @Nullable PlatformPlatform.family()Returns a platform that represents a family for the current platform.static PlatformPlatform.fromString(String name) Gets a platform with the name matching the parameter.static PlatformPlatform.getCurrent()Get current platform (not necessarily the same as operating system).default @Nullable PlatformCapabilities.getPlatformName()static PlatformReturns the enum constant of this class with the specified name.static Platform[]Platform.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 PlatformModifier and TypeMethodDescriptionbooleanHeuristic for comparing two platforms.voidMutableCapabilities.setCapability(String capabilityName, Platform value)