Package | Description |
---|---|
com.lazerycode.selenium.repository |
Modifier and Type | Field and Description |
---|---|
static SystemArchitecture |
SystemArchitecture.defaultSystemArchitecture |
Modifier and Type | Method and Description |
---|---|
static SystemArchitecture |
SystemArchitecture.getCurrentSystemArcitecture() |
SystemArchitecture |
DriverContext.getSystemArchitecture() |
static SystemArchitecture |
SystemArchitecture.getSystemArchitecture(String currentArchitecture) |
static SystemArchitecture |
SystemArchitecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemArchitecture[] |
SystemArchitecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
ArrayList<DriverContext> |
DriverMap.getDriverContextsForOperatingSystem(OperatingSystem operatingSystem,
SystemArchitecture systemArchitecture) |
Copyright © 2018. All rights reserved.