Package | Description |
---|---|
com.lazerycode.selenium.repository |
Modifier and Type | Field and Description |
---|---|
protected HashMap<DriverContext,TreeMap<String,DriverDetails>> |
DriverMap.repository |
Modifier and Type | Method and Description |
---|---|
static DriverContext |
DriverContext.binaryDataFor(OperatingSystem osName,
BinaryType browserType,
SystemArchitecture architecture) |
static DriverContext |
DriverContext.binaryDataFor(String osName,
String browserType,
SystemArchitecture architecture) |
Modifier and Type | Method and Description |
---|---|
ArrayList<DriverContext> |
DriverMap.getDriverContextsForCurrentOperatingSystem() |
ArrayList<DriverContext> |
DriverMap.getDriverContextsForOperatingSystem(OperatingSystem operatingSystem,
SystemArchitecture systemArchitecture) |
Set<DriverContext> |
DriverMap.getKeys() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DriverMap.getAvailableVersionsForDriverContext(DriverContext driverContext) |
DriverDetails |
DriverMap.getDetailsForLatestVersionOfDriverContext(DriverContext driverContext) |
DriverDetails |
DriverMap.getDetailsForVersionOfDriverContext(DriverContext driverContext,
String version) |
TreeMap<String,DriverDetails> |
DriverMap.getMapForDriverContext(DriverContext driverContext) |
Copyright © 2018. All rights reserved.