Package | Description |
---|---|
com.github.mkolisnyk.sirius.client |
Main Sirius Java client package.
|
Modifier and Type | Method and Description |
---|---|
static Platform |
Platform.fromString(java.lang.String input)
Gets the platform constant based on the string passed.
|
static Platform |
Configuration.platform()
Retrieves configuration option value for currently defined platform.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static org.openqa.selenium.WebDriver |
Driver.init(java.lang.String url,
Platform platform,
org.openqa.selenium.Capabilities capabilities)
Initializes WebDriver instance and puts it into internal storage based on URL, platform
and capabilities.
|