| Package | Description |
|---|---|
| com.lazerycode.selenium.extract | |
| com.lazerycode.selenium.repository |
| Modifier and Type | Method and Description |
|---|---|
String |
FileExtractor.extractFileFromArchive(File downloadedCompressedFile,
String extractedToFilePath,
BinaryType possibleFilenames)
Extract binary from a downloaded archive file
|
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
DriverContext.getBinaryTypeForContext() |
static BinaryType |
BinaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryType[] |
BinaryType.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) |
Copyright © 2017. All rights reserved.