| Package | Description |
|---|---|
| com.lazerycode.selenium.repository |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem |
OperatingSystem.getCurrentOperatingSystem() |
OperatingSystem |
DriverContext.getOperatingSystem() |
static OperatingSystem |
OperatingSystem.getOperatingSystem(String osName) |
static OperatingSystem |
OperatingSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HashSet<OperatingSystem> |
OperatingSystem.getCurrentOperatingSystemAsAHashSet() |
| Modifier and Type | Method and Description |
|---|---|
static DriverContext |
DriverContext.binaryDataFor(OperatingSystem osName,
BinaryType browserType,
SystemArchitecture architecture) |
ArrayList<DriverContext> |
DriverMap.getDriverContextsForOperatingSystem(OperatingSystem operatingSystem,
SystemArchitecture systemArchitecture) |
| Constructor and Description |
|---|
XMLParser(InputStream repositoryMap,
Set<OperatingSystem> operatingSystems,
Map<String,String> driverVersions,
boolean thirtyTwoBit,
boolean sixtyFourBit) |
Copyright © 2017. All rights reserved.