Package | Description |
---|---|
com.coveros.selenified | |
com.coveros.selenified.application | |
com.coveros.selenified.utilities |
Modifier and Type | Method and Description |
---|---|
protected void |
Selenified.beforeSuite()
Runs once before any of the tests run, to parse and setup the static
passed information such as browsers, proxy, hub, etc
|
static Browser |
Browser.lookup(String b)
allows the browser selected to be passed in with a case insensitive name
|
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
|
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.