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(java.lang.String osName)
           
static Platform Platform.getCurrent()
           
 Platform Capabilities.getPlatform()
           
static Platform Platform.valueOf(java.lang.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)
           
 

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(java.lang.String capabilityName, Platform value)
           
 void DesiredCapabilities.setPlatform(Platform platform)
           
 

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



Copyright © 2011. All Rights Reserved.