A B C D F G I K L O P S T V W

A

afterInit() - Method in class org.unitils.selenium.WebDriverModule
 

B

BASE_URL_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 
BaseUrl - Annotation Type in org.unitils.selenium.annotation
The annotation for the default URL in the unitils.properties
BROWSER_NAME_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 
BrowserChoice - Enum in org.unitils.selenium
BrowserChoice.

C

checkChromeDriver(String, ClassLoader) - Method in class org.unitils.selenium.WebDriverModule
 
checkFirefoxDriver() - Method in class org.unitils.selenium.WebDriverModule
This method checks if their is a system property 'webdriver.firefox.bin' and checks if it exists.
checkIEDriver(String, ClassLoader) - Method in class org.unitils.selenium.WebDriverModule
This method checks if there is a system property 'webdriver.ie.driver' and checks if the location exists.
checkIfDriverIsAlreadyInSystem(String, String, String) - Method in class org.unitils.selenium.WebDriverModule
 
checkIfDriverPropertyExistsInUnitilsProperties(String, String, String) - Method in class org.unitils.selenium.WebDriverModule
 
CHROME_BINARY_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 
CHROME_DRIVER_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 
clickWithScreenshot(String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
 
clickWithScreenshotAt(String, String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
 
copyDriverIntoNewTempFile(URL, String) - Method in class org.unitils.selenium.WebDriverModule
 
createChromeDriver() - Static method in class org.unitils.selenium.WebDriverFactory
 
createDriver(BrowserChoice, String, String) - Static method in class org.unitils.selenium.WebDriverFactory
The webdriver will be created in this method.
createDriver(BrowserChoice, String, String, String) - Static method in class org.unitils.selenium.WebDriverFactory
 
createFireFoxDriver(String, String) - Static method in class org.unitils.selenium.WebDriverFactory
 
createFireFoxDriver(String, String, String) - Static method in class org.unitils.selenium.WebDriverFactory
 
createInternetExplorerDriver(String) - Static method in class org.unitils.selenium.WebDriverFactory
 
createLoggingPreferences() - Static method in class org.unitils.selenium.WebDriverFactory
 
createLogNewDriver(String, String) - Static method in class org.unitils.selenium.WebDriverModule
 

D

DOWNLOADPATH - Static variable in class org.unitils.selenium.WebDriverModule
 

F

FILETYPE - Static variable in class org.unitils.selenium.WebDriverModule
 
FIREFOX_BINARY_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 

G

getAbsoluteDownloadPath(String) - Static method in class org.unitils.selenium.WebDriverModule
 
getDriverClass() - Method in enum org.unitils.selenium.BrowserChoice
 
getElement(WebDriver, Class<?>) - Method in class org.unitils.selenium.WebDriverModule
This is the actual method that creates an object of the correct type and initialises all the elements.
getFileFromProperty(String) - Static method in class org.unitils.selenium.WebDriverFactory
 
getTestListener() - Method in class org.unitils.selenium.WebDriverModule
 
getUnitilsProperties() - Static method in class org.unitils.selenium.WebDriverFactory
 

I

IE_BINARY_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 
init(Properties) - Method in class org.unitils.selenium.WebDriverModule
 
initBaseUrl(Object) - Method in class org.unitils.selenium.WebDriverModule
All the elements with the @BaseUrlString will be initialised with the base url value of the unitils.properties.
initElements(Object) - Method in class org.unitils.selenium.WebDriverModule
* Searches all the fields with the WebPage annotation and sets the correct elements.
initWebDriver(Object) - Method in class org.unitils.selenium.WebDriverModule
Initialises the webdriver.

K

killWebDriver(Object) - Method in class org.unitils.selenium.WebDriverModule
All the webdrivers (all the fields with the TestWebDriver of the testObject will be killed.

L

LIST_AUTOMATICALLY_DOWNLOAD - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGING_FILE_PROP - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_BROWSER - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_CLIENT - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_CONSOLE_ENABLED - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_DRIVER - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_IE - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_PERFORMANCE - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_PROFILER - Static variable in class org.unitils.selenium.WebDriverModule
 
LOGGINGPROP_SERVER - Static variable in class org.unitils.selenium.WebDriverModule
 

O

org.unitils.selenium - package org.unitils.selenium
 
org.unitils.selenium.annotation - package org.unitils.selenium.annotation
 

P

PACKAGENAME - Static variable in class org.unitils.selenium.WebDriverModule
 
PROXY_HOST_KEY - Static variable in class org.unitils.selenium.WebDriverModule
 

S

saveScreenshot() - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
Save a screenshot with a default name in the default folder.
saveScreenshot(String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
Save a screenshot with a specified name in the default folder
saveScreenshot(File, String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
Store a screenshot with a specified name in a specified folder.
ScreenshotTakingWebDriver - Class in org.unitils.selenium
Decorator for the WebDriverBackedSelenium class to handle screenshots
ScreenshotTakingWebDriver(Supplier<WebDriver>, String) - Constructor for class org.unitils.selenium.ScreenshotTakingWebDriver
 
ScreenshotTakingWebDriver(WebDriver, String) - Constructor for class org.unitils.selenium.ScreenshotTakingWebDriver
 
setLogPropertiesIE() - Static method in class org.unitils.selenium.WebDriverFactory
 

T

TARGETSUREFIREREPORTS - Static variable in class org.unitils.selenium.WebDriverModule
 
TestWebDriver - Annotation Type in org.unitils.selenium.annotation
With this annotation, the webdriver will be initialised automatically for all the tests.

V

valueOf(String) - Static method in enum org.unitils.selenium.BrowserChoice
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.unitils.selenium.BrowserChoice
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForFrameToLoad(String, String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
 
waitForPageToLoad(String) - Method in class org.unitils.selenium.ScreenshotTakingWebDriver
 
WebDriverFactory - Class in org.unitils.selenium
 
WebDriverFactory() - Constructor for class org.unitils.selenium.WebDriverFactory
 
WebDriverModule - Class in org.unitils.selenium
 
WebDriverModule() - Constructor for class org.unitils.selenium.WebDriverModule
 
WebPage - Annotation Type in org.unitils.selenium.annotation
WebPage: You can only add this annotation to a field.

A B C D F G I K L O P S T V W

Copyright © 2014. All Rights Reserved.