A B C D E G L P S T U W

A

addScreenShot(ITestContext, Method, String) - Method in class br.eti.kinoshita.selenium.SeleniumWebTest
Adds a screen shot to the list of attributes.
addScreenShot(ITestContext, Method, SeleniumScreenshot) - Method in class br.eti.kinoshita.selenium.SeleniumWebTest
In this method, your screen shot will be converted into a TAP Stream and then put into a TAPAttribute object.

B

BasePage - Class in br.eti.kinoshita.selenium
Base page for Page Objects pattern.
BasePage(WebDriver, int) - Constructor for class br.eti.kinoshita.selenium.BasePage
 
br.eti.kinoshita.selenium - package br.eti.kinoshita.selenium
 
br.eti.kinoshita.selenium.model - package br.eti.kinoshita.selenium.model
 
br.eti.kinoshita.selenium.util - package br.eti.kinoshita.selenium.util
 

C

clickAndWaitForElementAttributeChange(WebElement, String, String) - Static method in class br.eti.kinoshita.selenium.util.Utils
Click on a WebElement as many times are necessary checking if some attribute value has changed
clickAndWaitForElementToDesappear(WebElement) - Static method in class br.eti.kinoshita.selenium.util.Utils
Click on some WebElement as many times are necessary checking if it desappeared
CONFIGURATION - Static variable in class br.eti.kinoshita.selenium.SeleniumGuiceModule
Selenium Configuration instance.
configuration - Variable in class br.eti.kinoshita.selenium.SeleniumWebTest
 
configure(Binder) - Method in class br.eti.kinoshita.selenium.SeleniumGuiceModule
 

D

DataDrivenSeleniumWebTest - Class in br.eti.kinoshita.selenium
An Excel data driven Selenium web test.
DataDrivenSeleniumWebTest() - Constructor for class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
 
driver - Variable in class br.eti.kinoshita.selenium.SeleniumWebTest
The WebDriver instance used throughout our tests.

E

executeJavascript(WebDriver, String) - Static method in class br.eti.kinoshita.selenium.util.Utils
Execute a javascript command
executeJavascriptClick(WebDriver, String) - Static method in class br.eti.kinoshita.selenium.util.Utils
Execute the javascript onclick event
executeJavascriptClickIE(WebDriver, String) - Static method in class br.eti.kinoshita.selenium.util.Utils
 

G

getConfiguration() - Method in class br.eti.kinoshita.selenium.SeleniumWebTest
Gets the Selenium Web Test configuration.
getDataFromXLS() - Method in class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
This is the method that enables data-driven tests.
getDescription() - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
getDriver() - Method in class br.eti.kinoshita.selenium.BasePage
 
getFile() - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
getFileType() - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
getSheetName() - Method in class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
 
getTableArray(String, String) - Method in class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
Reads a XLS File and return an array of an array of objects, just like testng data providers
getTableName() - Method in class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
 
getTimeout() - Method in class br.eti.kinoshita.selenium.BasePage
 
getTitle() - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 

L

LOGGER - Static variable in class br.eti.kinoshita.selenium.DataDrivenSeleniumWebTest
 
LOGGER - Static variable in class br.eti.kinoshita.selenium.SeleniumGuiceModule
 
LOGGER - Static variable in class br.eti.kinoshita.selenium.SeleniumWebTest
 

P

presenceOfElement(By) - Static method in class br.eti.kinoshita.selenium.util.Utils
 
presenceOfSelectIndexAvailable(By, int) - Static method in class br.eti.kinoshita.selenium.util.Utils
 

S

selectRadioButton(WebElement) - Static method in class br.eti.kinoshita.selenium.util.Utils
Select radio button
SeleniumGuiceModule - Class in br.eti.kinoshita.selenium
Guice Module for dependency injection in TestNG tests.
SeleniumGuiceModule() - Constructor for class br.eti.kinoshita.selenium.SeleniumGuiceModule
 
SeleniumScreenshot - Class in br.eti.kinoshita.selenium.model
A screen shot taken by Selenium.
SeleniumScreenshot() - Constructor for class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
SeleniumScreenshot(File, String, String, String) - Constructor for class br.eti.kinoshita.selenium.model.SeleniumScreenshot
Constructor with parameters.
SeleniumWebTest - Class in br.eti.kinoshita.selenium
This is the base class for TestNG tests that generate TAP Streams (check the annotation over the class name) and control a Selenium WebDriver.
SeleniumWebTest() - Constructor for class br.eti.kinoshita.selenium.SeleniumWebTest
 
SeleniumWebTestException - Exception in br.eti.kinoshita.selenium.util
This is the only exception threw by this API.
SeleniumWebTestException() - Constructor for exception br.eti.kinoshita.selenium.util.SeleniumWebTestException
 
SeleniumWebTestException(String, Throwable) - Constructor for exception br.eti.kinoshita.selenium.util.SeleniumWebTestException
 
SeleniumWebTestException(String) - Constructor for exception br.eti.kinoshita.selenium.util.SeleniumWebTestException
 
SeleniumWebTestException(Throwable) - Constructor for exception br.eti.kinoshita.selenium.util.SeleniumWebTestException
 
setDescription(String) - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
setFile(File) - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
setFileType(String) - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
setTitle(String) - Method in class br.eti.kinoshita.selenium.model.SeleniumScreenshot
 
sleep(Long) - Static method in class br.eti.kinoshita.selenium.util.Utils
Make actual thread sleep for X mili-seconds

T

tearDown() - Method in class br.eti.kinoshita.selenium.SeleniumWebTest
Closes the driver and quit.

U

Utils - Class in br.eti.kinoshita.selenium.util
Utility methods.

W

waitForAssyncContent(WebDriver, By, Long) - Static method in class br.eti.kinoshita.selenium.util.Utils
Wait for assync content in a determined period
waitForSelectIndex(Select, Integer, Long) - Static method in class br.eti.kinoshita.selenium.util.Utils
Wait for determined select index in a select (combo) box in a determined period

A B C D E G L P S T U W

Copyright © 2010-2011. All Rights Reserved.