A B C D E F G I K L M N O P R S T U W

A

ABORT - Static variable in class org.jboss.test.selenium.dom.Event
 
AbstractSeleniumTestCase - Class in org.jboss.test.selenium
Class that serves as basis for all Selenium-based tests.
AbstractSeleniumTestCase() - Constructor for class org.jboss.test.selenium.AbstractSeleniumTestCase
 
addRequiredScript(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Add required script to page once.
AJAX_LOAD - Static variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
Generic timeout in miliseconds used for AJAX timeouts
ArrayTransform<S,T> - Class in org.jboss.test.selenium.utils.array
Abstract class providing generic array transformations.
ArrayTransform(Class<T>) - Constructor for class org.jboss.test.selenium.utils.array.ArrayTransform
Constructs ArrayTransform with implementation of transformation predefining tClass like a class of transformation-target array.
assertTextOrder(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Asserts the text order on the page.

B

belongsClass(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Checks if element given by locator is member of CSS class given by className.
BLUR - Static variable in class org.jboss.test.selenium.dom.Event
 
buildUrl(String, String...) - Static method in class org.jboss.test.selenium.utils.URLUtils
Use URL context and one or more relocations to build end URL.

C

CHANGE - Static variable in class org.jboss.test.selenium.dom.Event
 
CLICK - Static variable in class org.jboss.test.selenium.dom.Event
 
clickAndWait(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Click and wait.
clickIfVisible(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Click on an element only in the case element is present on the screen.
ColorUtils - Class in org.jboss.test.selenium.utils
Provides Color manipulations and functionality.
ColorUtils() - Constructor for class org.jboss.test.selenium.utils.ColorUtils
 
Condition - Interface in org.jboss.test.selenium.waiting
Specifies when condition will be true.
convertToAWTColor(String) - Static method in class org.jboss.test.selenium.utils.ColorUtils
Converts a string representation of color to AWT Color object.
convertToInteger(String) - Static method in class org.jboss.test.selenium.utils.ColorUtils
Converts a string representation of color to integer.
countTableRows(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Counts table rows for selected table.

D

DEFAULT_INTERVAL - Static variable in class org.jboss.test.selenium.waiting.Wait
Default waiting interval
DEFAULT_TIMEOUT - Static variable in class org.jboss.test.selenium.waiting.Wait
Default timeout of waiting
dontFail() - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with no failure.
dontFail() - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Sets no failure after waiting timeout.
Drag - Class in org.jboss.test.selenium.actions
Provides item dragging capability to Selenium tests.
Drag(Selenium, String, String) - Constructor for class org.jboss.test.selenium.actions.Drag
 
drop() - Method in class org.jboss.test.selenium.actions.Drag
Last phase of dragging.

E

ELEM_TIMEOUT - Static variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
Element timeout in seconds used in waitForElement functions
enter() - Method in class org.jboss.test.selenium.actions.Drag
Starts fourth phase of dragging.
ERROR - Static variable in class org.jboss.test.selenium.dom.Event
 
Event - Class in org.jboss.test.selenium.dom
 
Event() - Constructor for class org.jboss.test.selenium.dom.Event
 

F

failWith(Object) - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with given subject of failure.
failWith(CharSequence, Object...) - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with given failure message parametrized by given objects If failure is set to null, timeout will not result to failure!
failWith(Object) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Returns Waiting object initialized with given subject of failure.
failWith(CharSequence, Object...) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Returns preset instance of waiting (@see Waiting) with given failure message parametrized by given objects If failure is set to null, timeout will not result to failure!
findTableRow(String, String, int) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Finding the correct row in a table due to input string and columns.
FOCUS - Static variable in class org.jboss.test.selenium.dom.Event
 
format(String, Object...) - Static method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Uses a MessageFormat.format() to prepare given format string and use it to format result with given arguments.
formatLoc(String, Object...) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from messagesProperties and use it to format Message with given arguments
formatMsg(String, Object...) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from messagesProperties and use it to format Message with given arguments

G

getAttributeOrNull(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the value of an element attribute.
getCause() - Method in exception org.jboss.test.selenium.waiting.Wait.Waiting.WaitTimeoutException
 
getDefault() - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs default preset instance of waiting (@see Waiting).
getJQueryCount(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Returns the count of elements for given jQuery selector
getLoc(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from locatorsProperties
getLoc(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from locatorsProperties
getLocatorsProperties() - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
This method initializes properties with locators.
getMess(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Deprecated. 
getMess(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Deprecated. 
getMessage() - Method in exception org.jboss.test.selenium.waiting.Wait.Waiting.WaitTimeoutException
 
getMessagesProperties() - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
This method initializes properties with messages.
getMsg(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from messagesProperties.
getMsg(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the property from messagesProperties.
getNamedPropertiesForClass(Class<T>, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Loads properties from specified resource file in context of specified class' package.
getProperties(String) - Static method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Loads properties from specified resource file
getStyle(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Get current style value of element given by locator.
getTextOrNull(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Gets the text of an element.

I

interval(long) - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with given interval.
interval(long) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Sets condition testing interval to this instance and return it.
isDelayed - Variable in class org.jboss.test.selenium.waiting.Wait.Waiting
Indicates when the first test for the condition should be delayed after waiting starts.
isDisplayed(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Returns whether the element is displayed on the page.
isTrue() - Method in interface org.jboss.test.selenium.waiting.Condition
Returns true if condition is satisfied, false if it isn't.
isTrue() - Method in class org.jboss.test.selenium.waiting.Not
Implementation of condition, which will not be satisfied.

K

KEYDOWN - Static variable in class org.jboss.test.selenium.dom.Event
 
KEYPRESS - Static variable in class org.jboss.test.selenium.dom.Event
 
KEYUP - Static variable in class org.jboss.test.selenium.dom.Event
 

L

LOAD - Static variable in class org.jboss.test.selenium.dom.Event
 
locatorsProperties - Variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
 

M

messagesProperties - Variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
 
MOUSEDOWN - Static variable in class org.jboss.test.selenium.dom.Event
 
MOUSEMOVE - Static variable in class org.jboss.test.selenium.dom.Event
 
mouseOut() - Method in class org.jboss.test.selenium.actions.Drag
Starts second phase of dragging.
MOUSEOUT - Static variable in class org.jboss.test.selenium.dom.Event
 
MOUSEOVER - Static variable in class org.jboss.test.selenium.dom.Event
 
mouseOverAt(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element.
MOUSEUP - Static variable in class org.jboss.test.selenium.dom.Event
 
move() - Method in class org.jboss.test.selenium.actions.Drag
Starts third phase of dragging.

N

noDelay() - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with no delay by interval between start waiting and first test for conditions.
noDelay() - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Sets no delay by interval between start waiting and first test for conditions.
Not - Class in org.jboss.test.selenium.waiting
Opposite to Condition - you specify when desired conditions is not satisfied.
Not() - Constructor for class org.jboss.test.selenium.waiting.Not
 
not() - Method in class org.jboss.test.selenium.waiting.Not
This method has to be overridden to return condition which shouldn't be satisfied.

O

openAndWait(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Open and wait.
org.jboss.test.selenium - package org.jboss.test.selenium
 
org.jboss.test.selenium.actions - package org.jboss.test.selenium.actions
 
org.jboss.test.selenium.dom - package org.jboss.test.selenium.dom
 
org.jboss.test.selenium.utils - package org.jboss.test.selenium.utils
 
org.jboss.test.selenium.utils.array - package org.jboss.test.selenium.utils.array
 
org.jboss.test.selenium.waiting - package org.jboss.test.selenium.waiting
 

P

PAGE_LOAD - Static variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
Generic timeout in miliseconds used in every selenium function waitForPageToLoad()
processFailure() - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Prepares a exception for failing the waiting

R

removeJQueryPrefix(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Remove *jquery= prefix of locators given by jQuery selector
RESET - Static variable in class org.jboss.test.selenium.dom.Event
 
RESIZE - Static variable in class org.jboss.test.selenium.dom.Event
 
resourceMd5Digest(String) - Static method in class org.jboss.test.selenium.utils.URLUtils
Gets a MD5 digest of some resource obtains as input stream from connection to URL given by URL string.
Retrieve<T> - Interface in org.jboss.test.selenium.waiting
Implementing this method you get implementation of retrieving typed values from some source.
retrieve() - Method in interface org.jboss.test.selenium.waiting.Retrieve
Override with implementation of retrieving value from source.

S

safeSelect(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Selects a value only if the value is present in the select.
scrollIntoView(String, boolean) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Aligns screen to top (resp.
SELECT - Static variable in class org.jboss.test.selenium.dom.Event
 
selectIfNotSelected(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Select if not selected.
selenium - Variable in class org.jboss.test.selenium.AbstractSeleniumTestCase
 
start() - Method in class org.jboss.test.selenium.actions.Drag
Starts first phase of dragging.
SUBMIT - Static variable in class org.jboss.test.selenium.dom.Event
 

T

timeout(long) - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) with given timeout.
timeout(long) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Sets waiting timeout to this instance and return it.
transform(S[]) - Method in class org.jboss.test.selenium.utils.array.ArrayTransform
Process transformation of S[] sourceArray with T[] targetArray like return value.
transformation(S) - Method in class org.jboss.test.selenium.utils.array.ArrayTransform
This method is implementation of transformation each item of sourceArray and type S to item of type T in targetArray.

U

UNLOAD - Static variable in class org.jboss.test.selenium.dom.Event
 
until(Condition) - Static method in class org.jboss.test.selenium.waiting.Wait
Stars loop waiting to satisfy condition with default timeout and interval.
until(Condition) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Stars loop waiting to satisfy condition.
URLUtils - Class in org.jboss.test.selenium.utils
Provides URL manipulations and functionality.
URLUtils() - Constructor for class org.jboss.test.selenium.utils.URLUtils
 

W

Wait - Class in org.jboss.test.selenium.waiting
Implementation of waiting to satisfy condition.
Wait.Waiting - Class in org.jboss.test.selenium.waiting
Class intented to construct by factories in Wait class.
Wait.Waiting.WaitTimeoutException - Exception in org.jboss.test.selenium.waiting
 
Wait.Waiting.WaitTimeoutException(Object) - Constructor for exception org.jboss.test.selenium.waiting.Wait.Waiting.WaitTimeoutException
 
Wait.Waiting.WaitTimeoutException(CharSequence, Object...) - Constructor for exception org.jboss.test.selenium.waiting.Wait.Waiting.WaitTimeoutException
 
waitFor(long) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for specified time in ms.
waitFor(long) - Static method in class org.jboss.test.selenium.waiting.Wait
Will wait for specified amount of time.
waitForAttributeChanges(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Wait for attribute of element given by attributeLocator changes from attributeValue to another value.
waitForAttributeChangesAndReturn(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Wait for attribute of element given by attributeLocator changes from attributeValue to another value and returns this new value.
waitForChange(T, Retrieve<T>) - Static method in class org.jboss.test.selenium.waiting.Wait
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(T, Retrieve<T>) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChangeAndReturn(T, Retrieve<T>) - Static method in class org.jboss.test.selenium.waiting.Wait
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForChangeAndReturn(T, Retrieve<T>) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForElement(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for element to appear on the screen.
waitForElement(String, int) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for element to appear on the screen.
waitForElement(String, long) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for element to appear on the screen.
waitForElement(String, String, long, long) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Deprecated. 
waitForText(String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for text to appear on the screen.
waitForTextChanges(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Wait for text of element given by locator changes from lastText to another text.
waitForTextChangesAndReturn(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Wait for text of element given by locator changes from lastText to another text and returns this new text.
waitForTextEquals(String, String) - Method in class org.jboss.test.selenium.AbstractSeleniumTestCase
Waits for element specified by locator does contain text specified by pattern
waitForTimeout() - Static method in class org.jboss.test.selenium.waiting.Wait
Will wait for default amount of time.
waitForTimeout() - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Waits for predefined amount of time.
withDelay(boolean) - Method in class org.jboss.test.selenium.waiting.Wait.Waiting
Set if testing condition should be delayed of one interval after the start of waiting.
withDelay(boolean) - Static method in class org.jboss.test.selenium.waiting.Wait
Constructs preset instance of waiting (@see Waiting) and set that testing condition should or shouldn't be delayed of one interval after the start of waiting.

A B C D E F G I K L M N O P R S T U W

Copyright © 2010. All Rights Reserved.