|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
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(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)
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(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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||