Uses of Class
org.openqa.selenium.Platform

Packages that use Platform
org.openqa.selenium   
org.openqa.selenium.remote   
 

Uses of Platform in org.openqa.selenium
 

Methods in org.openqa.selenium that return Platform
static Platform Platform.extractFromSysProperty(String osName)
          Extracts platforms based on system properties in Java and a heuristic to determine the most likely operating system.
static Platform Platform.getCurrent()
          Get current platform (not necessarily the same as operating system).
 Platform Capabilities.getPlatform()
           
static Platform Platform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Platform[] Platform.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 Platform
 boolean Platform.is(Platform compareWith)
          Heuristic for comparing two platforms.
 

Uses of Platform in org.openqa.selenium.remote
 

Methods in org.openqa.selenium.remote that return Platform
 Platform DesiredCapabilities.getPlatform()
           
 

Methods in org.openqa.selenium.remote with parameters of type Platform
 void DesiredCapabilities.setCapability(String capabilityName, Platform value)
           
 void DesiredCapabilities.setPlatform(Platform platform)
           
 

Constructors in org.openqa.selenium.remote with parameters of type Platform
DesiredCapabilities(String browser, String version, Platform platform)
           
 



Copyright © 2012. All Rights Reserved.