Package | Description |
---|---|
com.coveros.selenified | |
com.coveros.selenified.application | |
com.coveros.selenified.utilities |
Modifier and Type | Field and Description |
---|---|
protected ThreadLocal<Browser> |
Selenified.browser |
protected static List<Browser> |
Selenified.browsers |
Modifier and Type | Method and Description |
---|---|
static Browser |
Browser.lookup(String b)
allows the browser selected to be passed in with a case insensitive name
|
static Browser |
Browser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Browser[] |
Browser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OutputFile(String directory,
String test,
Browser browser,
String url,
String suite,
String group,
String author,
String version,
String objectives)
Creates a new instance of the OutputFile, which will serve as the
detailed log
|
Modifier and Type | Method and Description |
---|---|
Browser |
App.getBrowser()
Retrieves the browser being used for this particular test
|
Constructor and Description |
---|
App(Browser browser,
org.openqa.selenium.remote.DesiredCapabilities capabilities,
OutputFile file)
Sets up the app object.
|
Modifier and Type | Method and Description |
---|---|
static List<Browser> |
TestSetup.setBrowser()
looks at the browser information passed in, and loads that data into a
list
|
Modifier and Type | Method and Description |
---|---|
void |
TestSetup.setupBrowserCapability(Browser browser)
Sets the device capabilities based on the browser selection
|
static org.openqa.selenium.WebDriver |
TestSetup.setupDriver(Browser browser,
org.openqa.selenium.remote.DesiredCapabilities capabilities)
this creates the webdriver object, which will be used to interact with
for all browser web tests
|
Copyright © 2017. All rights reserved.