Uses of Enum Class
org.openqa.selenium.Platform
Packages that use Platform
- 
Uses of Platform in org.openqa.seleniumMethods in org.openqa.selenium that return PlatformModifier and TypeMethodDescriptionstatic PlatformPlatform.extractFromSysProperty(String osName) Extracts platforms based on system properties in Java and uses a heuristic to determine the most likely operating system.static PlatformPlatform.extractFromSysProperty(String osName, 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 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) 
- 
Uses of Platform in org.openqa.selenium.firefoxMethods in org.openqa.selenium.firefox with parameters of type Platform
- 
Uses of Platform in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote with parameters of type PlatformConstructors in org.openqa.selenium.remote with parameters of type PlatformModifierConstructorDescriptionDesiredCapabilities(String browser, String version, Platform platform)