Uses of Class
org.openqa.selenium.Platform

Packages that use Platform
org.openqa.selenium   
org.openqa.selenium.firefox.internal   
org.openqa.selenium.remote   
org.openqa.selenium.remote.server   
 

Uses of Platform in org.openqa.selenium
 

Methods in org.openqa.selenium that return Platform
static Platform Platform.extractFromSysProperty(String osName)
           
static Platform Platform.getCurrent()
           
 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)
           
 

Uses of Platform in org.openqa.selenium.firefox.internal
 

Methods in org.openqa.selenium.firefox.internal with parameters of type Platform
protected  File ProfilesIni.locateAppDataDirectory(Platform os)
           
 

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)
           
 

Uses of Platform in org.openqa.selenium.remote.server
 

Constructors in org.openqa.selenium.remote.server with parameters of type Platform
DefaultDriverSessions(Platform runningOn, DriverFactory factory)
           
 



Copyright © 2011. All Rights Reserved.