Package | Description |
---|---|
com.coveros.selenified | |
com.coveros.selenified.application | |
com.coveros.selenified.element | |
com.coveros.selenified.services |
Modifier and Type | Field and Description |
---|---|
protected ThreadLocal<OutputFile> |
Selenified.files |
Modifier and Type | Method and Description |
---|---|
OutputFile |
App.getOutputFile()
Retrieves the output file responsible for logging all actions and
assertions associated with this particular test
|
Constructor and Description |
---|
App(Browser browser,
org.openqa.selenium.remote.DesiredCapabilities capabilities,
OutputFile file)
Sets up the app object.
|
Assert(App app,
OutputFile file) |
WaitFor(org.openqa.selenium.WebDriver driver,
OutputFile file) |
Modifier and Type | Field and Description |
---|---|
protected OutputFile |
Assert.file |
Constructor and Description |
---|
Contains(Element element,
OutputFile file) |
Element(org.openqa.selenium.WebDriver driver,
OutputFile file,
Locator type,
String locator)
Sets up the element object.
|
Element(org.openqa.selenium.WebDriver driver,
OutputFile file,
Locator type,
String locator,
int match)
Sets up the element object.
|
Equals(Element element,
OutputFile file) |
Excludes(Element element,
OutputFile file) |
State(Element element,
OutputFile file) |
WaitFor(Element element,
OutputFile file) |
Modifier and Type | Method and Description |
---|---|
void |
Response.setOutputFile(OutputFile file) |
Constructor and Description |
---|
Call(HTTP http,
OutputFile file) |
Response(OutputFile file) |
Copyright © 2017. All rights reserved.