Ajocado Implementation 1.0.0.Alpha2
A B C D E F G H I J K L M N O P R S T U V W X Z

A

AbstractElementList<T extends IterableLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.iteration
Abstract class able to iterate over IterableLocator<T>.
AbstractElementList(T) - Constructor for class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
Instantiates a new abstract element list for given iterableLocator.
AbstractElementList.ElementIterator - Class in org.jboss.arquillian.ajocado.locator.iteration
The iterator over elements given by IterableLocator.
AbstractElementList.ElementIterator() - Constructor for class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList.ElementIterator
Instantiates a new element iterator.
AbstractElementLocator<T extends ElementLocator<T>> - Class in org.jboss.arquillian.ajocado.locator
Abstract implementation of element locator able to derive attributes for itself.
AbstractElementLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.AbstractElementLocator
 
AbstractLocator<T extends Locator<T>> - Class in org.jboss.arquillian.ajocado.locator
Abstract implementation of locator.
AbstractLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
AbstractOptionLocator<T extends OptionLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.option
Abstract implementation of option locator.
AbstractOptionLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.AbstractOptionLocator
 
AbstractRetriever<T> - Class in org.jboss.arquillian.ajocado.waiting.retrievers
Retrieves the typed value from page and stores it as ThreadLocal.
AbstractRetriever() - Constructor for class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
addCustomRequestHeader(RequestHeader) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
addLocationStrategy(ElementLocationStrategy, JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
addScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
addSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
AjaxAwareInterceptor - Class in org.jboss.arquillian.ajocado.ajaxaware
Class to use to extend functionality of command processors to catch Selenium exceptions and repeat the command for specific issue types (like Permission denied in Internet Explorer).
AjaxAwareInterceptor() - Constructor for class org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor
 
AjaxAwareInterceptor.PermissionDeniedException - Exception in org.jboss.arquillian.ajocado.ajaxaware
Thrown when the Selenium wasn't able in given interval to call the given command with no SeleniumException with type of Permission Denied catched.
AjaxAwareInterceptor.PermissionDeniedException(String) - Constructor for exception org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor.PermissionDeniedException
 
AjaxSeleniumImpl - Class in org.jboss.arquillian.ajocado.framework
Implementation of TypedSelenium extended by methods in ExtendedTypedSeleniumImpl.
AjaxSeleniumImpl(String, int, Browser, URL) - Constructor for class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
Instantiates a new ajax selenium.
AjaxWaiting - Class in org.jboss.arquillian.ajocado.waiting.ajax
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
AjaxWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
 
Ajocado - Class in org.jboss.arquillian.ajocado
 
alertEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
AlertEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting if alert is shown and its message has has given value.
AlertEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
Instantiates a new message equals.
alertPresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
AlertPresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting, if an alert is present on the page.
AlertPresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
Instantiates a new element present.
allowNativeXpath(boolean) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
altKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
altKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
answerOnNextPrompt(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
ArrayTransform<S,T> - Class in org.jboss.arquillian.ajocado.utils.array
Abstract class providing generic array transformations.
ArrayTransform(Class<T>) - Constructor for class org.jboss.arquillian.ajocado.utils.array.ArrayTransform
Constructs ArrayTransform with implementation of transformation predefining tClass like a class of transformation-target array.
asBoolean(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
Converts string to boolean
asDouble(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
Converts string to double
asFloat(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
Converts string to float
asInteger(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
Converts string to integer
asLong(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
Converts string to long
assignId(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
attachFile(ElementLocator<?>, File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Sets a file input (upload) field to the file listed in fileLocator
attachFile(ElementLocator<?>, URL) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Sets a file input (upload) field to the file listed in fileLocator
attachFile(ElementLocator<?>, File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
attachFile(ElementLocator<?>, URL) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
attributeEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
AttributeEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value.
AttributeEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
Instantiates a new AttributeEquals
attributeLocator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
Gets a AttributeRetriever object preset with attributeLocator to given value.
attributePresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
AttributePresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting, if given element's attribute is already present on the page.
AttributePresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
Instantiates a new element present.
AttributeRetriever - Class in org.jboss.arquillian.ajocado.waiting.retrievers
Retrieves the attribute with given attributeLocator.
AttributeRetriever() - Constructor for class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
Instantiates a new attribute retriever.

B

BACKGROUND - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND_ATTACHMENT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND_COLOR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND_IMAGE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND_POSITION - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND_REPEAT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
backwardConversion(T) - Method in interface org.jboss.arquillian.ajocado.waiting.conversion.Convertor
Convert from object of T type to F type.
backwardConversion(T) - Method in class org.jboss.arquillian.ajocado.waiting.conversion.PassOnConvertor
Pass the object
belongsClass(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Checks if element given by locator is member of CSS class given by className.
belongsClass(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
BORDER - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_BOTTOM - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_BOTTOM_WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_COLOR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_LEFT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_LEFT_WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_RIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_RIGHT_WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_STYLE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_TOP - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_TOP_WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER_WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
buildUrl(String, String...) - Static method in class org.jboss.arquillian.ajocado.utils.URLUtils
Use URL context and one or more relocations to build end URL.
buildUrl(URL, String...) - Static method in class org.jboss.arquillian.ajocado.utils.URLUtils
Use URL context and one or more relocations to build end URL.

C

captureEntirePageScreenshot(File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Saves the entire contents of the current window canvas to a PNG file.
captureEntirePageScreenshot(File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
captureEntirePageScreenshot() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
captureNetworkTraffic(NetworkTrafficType) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
captureScreenshot(File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Captures a PNG screenshot to the specified file.
captureScreenshot(File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
captureScreenshot() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
check(ElementLocator<?>, boolean) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
check(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
ChildElementList<T extends IterableLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.iteration
Able to iterate over direct childs of given locator.
ChildElementList(T) - Constructor for class org.jboss.arquillian.ajocado.locator.iteration.ChildElementList
Instantiates a new child element list.
chooseCancelOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
chooseOkOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
CLEAR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
clearRequestTypeDone() - Method in class org.jboss.arquillian.ajocado.request.RequestInterceptorImpl
Clears the request type indicated on the page, gives possibility to intercept subsequent requests.
click(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
clickAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
clone() - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
 
close() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
COLOR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
ColorUtils - Class in org.jboss.arquillian.ajocado.utils
Provides Color manipulations and functionality.
CommandContextImpl - Class in org.jboss.arquillian.ajocado.interception
This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to commandProcessor to execute.
CompoundableLocator<T extends CompoundableLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator
Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition.
ConfigureAjocado - Annotation Type in org.jboss.arquillian.ajocado.annotations
 
ConfigureBrowser - Annotation Type in org.jboss.arquillian.ajocado.annotations
 
containsScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
contextMenu(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
contextMenuAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
controlKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
controlKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
Convertor<F,T> - Interface in org.jboss.arquillian.ajocado.waiting.conversion
Convertor for converting the values from one type to another and vice versa.
convertToAWTColor(String) - Static method in class org.jboss.arquillian.ajocado.utils.ColorUtils
Converts a string representation of color to AWT Color object.
convertToInteger(String) - Static method in class org.jboss.arquillian.ajocado.utils.ColorUtils
Converts a string representation of color to integer.
count(int) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
Returns the CountEquals instance with the count set.
countEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
CountEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting if count of elements with given locator is equal to given count.
CountEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
Instantiates a new text equals.
create(T, AjocadoConfiguration.TimeoutType) - Static method in class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
 
createBasicAuthorization(String, String) - Static method in class org.jboss.arquillian.ajocado.utils.HeaderUtils
Creates a header which corresponds to HTTP Basic authorization
createCookie(Cookie) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
createCookie(Cookie, CreateCookieOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
css(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Gets element locator finding elements using CSS selectors.
css(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Gets element locator finding elements using CSS selectors.
CssLocator - Class in org.jboss.arquillian.ajocado.locator
A element locator using CSS selectors.
CssLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.CssLocator
Initiates element locator by using CSS selectors.
CssProperty - Class in org.jboss.arquillian.ajocado.css
Encapsulates extendable enumeration CSS properties.
CssProperty(String) - Constructor for class org.jboss.arquillian.ajocado.css.CssProperty
 

D

DEFAULT_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Default waiting interval
DEFAULT_TIMEOUT - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Default waiting timeout
DefaultAttributeLocator<E extends ElementLocator<E>> - Class in org.jboss.arquillian.ajocado.locator
Default implementation of locator for element's attributes.
DefaultAttributeLocator(ElementLocator<E>, Attribute) - Constructor for class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
Instantiates a attribute locator using given elementLocator and the specific attribute.
DefaultWaiting<T extends DefaultWaiting<T>> - Class in org.jboss.arquillian.ajocado.waiting
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour and delay on start of waiting.
DefaultWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
deleteAllVisibleCookies() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
deleteCookie(String, DeleteCookieOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
deselectPopUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
DISPLAY - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
doAfterCommand() - Method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuard
Waits for changing the requestDone flag (or for timeout, when flag stay to be NONE).
doBeforeCommand() - Method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuard
Install the PageExtensions (which is used to figure out, what requestType was actually done) and clear the request type to NONE state.
doCommand(String, String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
 
doCommand(String, String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Find an element by evaluating the specified JavaScript expression.
dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Find an element by evaluating the specified JavaScript expression.
DomLocator - Class in org.jboss.arquillian.ajocado.locator
Find an element by evaluating the specified JavaScript expression.
DomLocator(JavaScript) - Constructor for class org.jboss.arquillian.ajocado.locator.DomLocator
 
dontFail() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
dontFail() - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Sets no failure after waiting timeout.
doubleClick(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
doubleClickAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
Drag - Class in org.jboss.arquillian.ajocado.actions
Provides item dragging capability to Selenium tests.
Drag(ElementLocator<?>, ElementLocator<?>) - Constructor for class org.jboss.arquillian.ajocado.actions.Drag
Initiates Drag object, handled by given Selenium instance, instructing drag of itemToDrag to dropTarget object.
Drag.Phase - Enum in org.jboss.arquillian.ajocado.actions
Enumeration of phases supported by this Drag object.
dragAndDrop(ElementLocator<?>, Offset) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
dragAndDropToObject(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
dragdrop(ElementLocator<?>, Offset) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
drop() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Last phase of dragging.

E

ElementOcurrenceList<T extends IterableLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.iteration
Able to iterate over all occurrences of given locator on whole page.
ElementOcurrenceList(T) - Constructor for class org.jboss.arquillian.ajocado.locator.iteration.ElementOcurrenceList
Instantiates a new element ocurrence list.
elementPresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
ElementPresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting, if given element is already present on the page.
ElementPresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
Instantiates a new element present.
enableNetworkTrafficCapturing(boolean) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
encodeBase64Credentials(String, String) - Static method in class org.jboss.arquillian.ajocado.utils.URLUtils
Encodes credentials using Base64 encoding, which can be used to build a header for HTTP Basic authorization
enter() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Starts fourth phase of dragging.
ExtendedLocator<T extends ExtendedLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator
Locator which is iterable and compoundable - it means you can iterate through it's descendants ( IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator).
ExtendedSelenium - Class in org.jboss.arquillian.ajocado.framework
Selenium API extended by useful commands.
ExtendedSelenium(CommandProcessor) - Constructor for class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
 
ExtendedTypedSeleniumImpl - Class in org.jboss.arquillian.ajocado.framework
Type-safe selenium wrapper for Selenium API with extension of some useful commands defined in ExtendedSelenium
ExtendedTypedSeleniumImpl() - Constructor for class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 

F

fail() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
Tries to fail by throwing 'failure' throwable.
failWith(Exception) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
failWith(CharSequence, Object...) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
failWith(Exception) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Returns Waiting object initialized with given exception.
failWith(CharSequence, Object...) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Returns preset instance of waiting with given failure message parametrized by given objects.
fireEvent(ElementLocator<?>, Event) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
FLOAT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
focus(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
FONT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FONT_FAMILY - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FONT_SIZE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FONT_STYLE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FONT_VARIANT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FONT_WEIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.AbstractElementLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.ExtendedLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
forwardConversion(F) - Method in interface org.jboss.arquillian.ajocado.waiting.conversion.Convertor
Convert from object of F type to T type.
forwardConversion(T) - Method in class org.jboss.arquillian.ajocado.waiting.conversion.PassOnConvertor
Pass the object

G

getAlert() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllButtons() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all buttons on the page.
getAllButtons() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllChildren() - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getAllChildren() - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getAllCookies() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllFields() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all input fields on the page.
getAllFields() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllLinks() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all links on the page.
getAllLinks() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllOccurrences() - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getAllOccurrences() - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getAllWindowIds() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all windows that the browser knows about.
getAllWindowIds() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllWindowNames() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the names of all windows that the browser knows about.
getAllWindowNames() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAllWindowTitles() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the titles of all windows that the browser knows about.
getAllWindowTitles() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getArguments() - Method in class org.jboss.arquillian.ajocado.interception.CommandContextImpl
Returns the arguments of the command.
getAssociatedElement() - Method in class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
 
getAsString() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
getAttribute(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAttribute(Attribute) - Method in class org.jboss.arquillian.ajocado.locator.AbstractElementLocator
Returns the default locator for attribute belongs to this locator.
getAttribute() - Method in class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
 
getAttributeFromAllWindows(Attribute) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns every instance of some attribute from all known windows.
getAttributeFromAllWindows(Attribute) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getBodyText() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getBrowser() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getBuildDirectory() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getChild(T) - Method in interface org.jboss.arquillian.ajocado.locator.CompoundableLocator
Gets a child of this locator by composing this locator with given elementLocator.
getChild(CssLocator) - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
 
getChild(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getChild(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getChildren(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getChildren(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getCommand() - Method in class org.jboss.arquillian.ajocado.interception.CommandContextImpl
Returns the command.
getCommandProcessorProxy() - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Returns the command processor proxied with functionality of all associated interceptors.
getConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getContextPath() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getContextRoot() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getConvertor() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever
Gets the convertor for converting JavaScript representation to Object representation and vice versa.
getConvertor() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
Uses PassOnConvertor to pass the JavaScript result to result value.
getConvertor() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
Uses PassOnConvertor to pass the JavaScript result to result value.
getCookieByName(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getCount(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
getCount(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getCursorPosition(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getDescendant(T) - Method in interface org.jboss.arquillian.ajocado.locator.CompoundableLocator
Gets a descendant of this locator by composing this locator with given elementLocator.
getDescendant(CssLocator) - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
 
getDescendant(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getDescendant(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getDescendants(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getDescendants(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getElementDimension(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementHeight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementIndex(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementPosition(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementPositionLeft(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementPositionTop(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getElementWidth(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getEval(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getExpression(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Returns the specified expression.
getExpression(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getExtendedSelenium() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
getHtmlSource() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.IsDisplayed
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.IsNotDisplayed
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
Factory method.
getInterceptionProxy() - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
 
getInterval() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
Returns the interval set for this object.
getJavaScriptCondition() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptCondition
Gets JavaScript which define condition what it should be waited for satisfaction.
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsDisplayed
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsNotDisplayed
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
 
getJavaScriptRetrieve() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever
Gets the code for retrieving value on JavaScript side.
getJavaScriptRetrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
JavaScript expression to retrieve attribute value from element given by attributeLocator
getJavaScriptRetrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
JavaScript expression to retrieve text value from element given by elementLocator
getJQueryCount(String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Returns the number of elements with given jQuery locator.
getLocation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.DomLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.IdentifierLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.IdLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.LinkLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.NameLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionIdLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionIndexLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionLabelLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionValueLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getMessage() - Method in exception org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardException
 
getMouseSpeed() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getNthChildElement(int) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getNthChildElement(int) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getNthOccurence(int) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
getNthOccurence(int) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
getPageExtensions() - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
 
getPrompt() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getPropertyName() - Method in class org.jboss.arquillian.ajocado.css.CssProperty
 
getRawLocator() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
getRawLocator() - Method in class org.jboss.arquillian.ajocado.locator.DefaultAttributeLocator
 
getRawLocator(AbstractLocator<?>) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorUtils
Deprecated. 
getRequestDone() - Method in exception org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardException
Returns the RequestType which was actually done
getRequestExpected() - Method in exception org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardException
Returns the RequestType which was expected to be done
getRequestInterceptor() - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
 
getRequestTypeDone() - Method in class org.jboss.arquillian.ajocado.request.RequestInterceptorImpl
Obtains the done requestType from page.
getResourcesDirectory() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getSelectedId(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedIds(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedIndex(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedIndexes(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedLabel(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedLabels(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedValue(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectedValues(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSelectOptions(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getSeleniumExtensions() - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumImpl
 
getSeleniumHost() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getSeleniumPort() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getSeleniumSpeed() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getSpeed() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getStyle(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Get current style value of element given by locator.
getStyle(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
getStyle(ElementLocator<?>, CssProperty) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
getText(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getTimeout(AjocadoConfiguration.TimeoutType) - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getTimeout() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
Returns the timeout set for this object.
getTitle() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getValue(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getValue() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
getValue() - Method in interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
Returns the last retrieved value.
getWhetherThisFrameMatchFrameExpression(Frame, Frame) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Determine whether current/locator identify the frame containing this running code.
getWhetherThisFrameMatchFrameExpression(Frame, Frame) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getWhetherThisWindowMatchWindowExpression(Window, Window) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Determine whether currentWindowString plus target identify the window containing this running code.
getWhetherThisWindowMatchWindowExpression(Window, Window) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
goBack() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
guard(AjaxSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering a guard for specified request type on given selenium object.
GuardedCommands - Class in org.jboss.arquillian.ajocado.guard
This utility class contains the collections of commands of specific types.
guardHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
 
guardHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering a regular HTTP request on given selenium object.
guardInterlayed(AjaxSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering a guard for specified request type on given selenium object.
guardNoRequest(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
 
guardNoRequest(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering a guard for no request on given selenium object.
guardXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
 
guardXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering a XMLHttpRequest on given selenium object.

H

hasNext() - Method in class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList.ElementIterator
 
HeaderUtils - Class in org.jboss.arquillian.ajocado.utils
Encapsulates HTTP header creation
HEIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
highlight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

I

id(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Locates the element with specified @id attribute.
id(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Locates the element with specified @id attribute.
IdentifierLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the element with the specified @id attribute.
IdentifierLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.IdentifierLocator
 
IdLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the element with specified @id attribute.
IdLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.IdLocator
 
ignoreAttributesWithoutValue(boolean) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
immutableCopy() - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Creates immutable copy of this command processor with all interceptors registered.
initializeValue() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
initializeValue() - Method in interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
Initializes the value associated to this retriever internally.
initInteractiveCommands() - Static method in class org.jboss.arquillian.ajocado.guard.GuardedCommands
Inits the set of interactive commands.
install() - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
Install.
INTERACTIVE_COMMANDS - Static variable in class org.jboss.arquillian.ajocado.guard.GuardedCommands
Collection of interactive commands
intercept(CommandContext) - Method in class org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor
Executes the command wrapped in exception handler.
intercept(CommandContext) - Method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuard
Enfolds the command with guarding code to detect request type
InterceptionProxyImpl - Class in org.jboss.arquillian.ajocado.interception
The proxy for command processor which instead of direct executing of given command triggers logic of all associated interceptors.
InterceptionProxyImpl(CommandProcessor) - Constructor for class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Constructs new proxy with associated command processor
interval(long) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
interval(long) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Returns instance of waiting with same properties like this object and interval set to given interval.
invoke(Object, Method, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
 
invoke() - Method in class org.jboss.arquillian.ajocado.interception.CommandContextImpl
For each remaining interceptor in list call it's intercept method.
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Proxies all the request on associated command processor.
isAlertPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isAttributePresent(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Verifies that the specified attribute is defined for the element.
isAttributePresent(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
isChecked(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isConfirmationPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isCookiePresent(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isDelayed() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
Returns if this waiting's start is delayed.
isDisplayed - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
isDisplayed(String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Returns whether the element is displayed on the page.
isDisplayed(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
IsDisplayed - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting until given element is displayed.
IsDisplayed() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.IsDisplayed
Instantiates a new element present.
isEditable(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isElementPresent(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isInstalled() - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
Checks if RichFacesSelenium is already installed
isNetworkTrafficCapturingEnabled() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
isNotDisplayed - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
IsNotDisplayed - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting until given element is not displayed.
IsNotDisplayed() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.IsNotDisplayed
Instantiates a new condition
isOrdered(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isPromptPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isSeleniumDebug() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
isSeleniumMaximize() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
isSeleniumNetworkTrafficEnabled() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
isSomethingSelected(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isStarted() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
isTextPresent(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsDisplayed
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsNotDisplayed
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
 
isTrue() - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumCondition
Returns true if condition is satisfied, false if it isn't.
isValueChanged() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
isVisible(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
iterator() - Method in class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
 

J

JavaScriptCondition - Interface in org.jboss.arquillian.ajocado.waiting.ajax
Condition using JavaScript to decide when it is already satisfied.
JavaScriptRetriever<T> - Interface in org.jboss.arquillian.ajocado.waiting.ajax
JavaScript code obtaining the value convertable to T type.
jq(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Locates the element using JQuery Selector syntax.
jq(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Locates the element using JQuery Selector syntax.
JQueryLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the element using JQuery Selector syntax.
JQueryLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.JQueryLocator
Instantiates a new jQuery locator.

K

keyDown(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyDownNative(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyPress(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyPressNative(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyUp(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyUpNative(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

L

LETTER_SPACING - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
LINE_HEIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
link(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Locates the link (anchor) element which contains text matching the specified pattern.
link(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Locates the link (anchor) element which contains text matching the specified pattern.
LinkLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the link (anchor) element which contains text matching the specified pattern.
LinkLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.LinkLocator
 
LIST_STYLE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
LIST_STYLE_IMAGE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
LIST_STYLE_POSITION - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
LIST_STYLE_TYPE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
loadFromResources(List<String>) - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
Loads the page JS extensions from resources defined by list of resource names.
locator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
Returns the AttributeEquals instance with given attributeLocator preset.
locator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
Returns the AttributePresent instance with given attributeLocator set.
locator(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
Returns the CountEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
Returns the ElementPresent instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsDisplayed
Returns the ElementPresent instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.IsNotDisplayed
Returns the IsNotDisplayed instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
Returns the StyleEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
Returns the TextEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
Gets a TextRetriever object preset with elementLocator to given value.
LocatorFactory - Class in org.jboss.arquillian.ajocado.locator
Utility class simplifying creation of locators of various types providing it's factories.
LocatorUtils - Class in org.jboss.arquillian.ajocado.locator
Utility class for locators.
logToBrowser(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

M

MARGIN - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
MARGIN_BOTTOM - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
MARGIN_LEFT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
MARGIN_RIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
MARGIN_TOP - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
message(String) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
Returns the AlertEquals instance with text set.
metaKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
metaKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseDown(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseDownAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseDownRight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseDownRightAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseMove(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseMoveAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseOut() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Starts second phase of dragging.
mouseOut(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseOutAt(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Simulates a user hovering a mouse out of the specified element at specific coordinates relative to element.
mouseOutAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
mouseOver(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseOverAt(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element.
mouseOverAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
mouseUp(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseUpAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseUpRight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
mouseUpRightAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
move() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Starts third phase of dragging.

N

name(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Locates the first element with the specified @name attribute.
name(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Locates the first element with the specified @name attribute.
NameLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the first element with the specified @name attribute.
NameLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.NameLocator
 
next() - Method in class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList.ElementIterator
 
noDelay() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
noDelay() - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Sets no delay between start of waiting and first test for conditions.

O

open(String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
 
open(URL) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
openWindow(URL, WindowId) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Opens a popup window (if a window with that ID isn't already open).
openWindow(URL, WindowId) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
optionId(String) - Static method in class org.jboss.arquillian.ajocado.locator.option.OptionLocatorFactory
Locates the select option with specified id.
OptionIdLocator - Class in org.jboss.arquillian.ajocado.locator.option
Locates the select option with specified id.
OptionIdLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.OptionIdLocator
 
optionIndex(int) - Static method in class org.jboss.arquillian.ajocado.locator.option.OptionLocatorFactory
Locates the select option based on its index (offset from zero).
OptionIndexLocator - Class in org.jboss.arquillian.ajocado.locator.option
Locates the select option based on its index (offset from zero).
OptionIndexLocator(int) - Constructor for class org.jboss.arquillian.ajocado.locator.option.OptionIndexLocator
 
optionLabel(String) - Static method in class org.jboss.arquillian.ajocado.locator.option.OptionLocatorFactory
Locates select options based on their labels, i.e.
OptionLabelLocator - Class in org.jboss.arquillian.ajocado.locator.option
Locates select options based on their labels, i.e.
OptionLabelLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.OptionLabelLocator
 
OptionLocatorFactory - Class in org.jboss.arquillian.ajocado.locator.option
Utility class simplifying creation of option locators of various types providing it's factories.
optionValue(String) - Static method in class org.jboss.arquillian.ajocado.locator.option.OptionLocatorFactory
Locates select options based on their values.
OptionValueLocator - Class in org.jboss.arquillian.ajocado.locator.option
Locates select options based on their values.
OptionValueLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.OptionValueLocator
 
org.jboss.arquillian.ajocado - package org.jboss.arquillian.ajocado
 
org.jboss.arquillian.ajocado.actions - package org.jboss.arquillian.ajocado.actions
 
org.jboss.arquillian.ajocado.ajaxaware - package org.jboss.arquillian.ajocado.ajaxaware
 
org.jboss.arquillian.ajocado.annotations - package org.jboss.arquillian.ajocado.annotations
 
org.jboss.arquillian.ajocado.css - package org.jboss.arquillian.ajocado.css
 
org.jboss.arquillian.ajocado.framework - package org.jboss.arquillian.ajocado.framework
 
org.jboss.arquillian.ajocado.framework.internal - package org.jboss.arquillian.ajocado.framework.internal
 
org.jboss.arquillian.ajocado.guard - package org.jboss.arquillian.ajocado.guard
 
org.jboss.arquillian.ajocado.guard.request - package org.jboss.arquillian.ajocado.guard.request
 
org.jboss.arquillian.ajocado.interception - package org.jboss.arquillian.ajocado.interception
 
org.jboss.arquillian.ajocado.locator - package org.jboss.arquillian.ajocado.locator
 
org.jboss.arquillian.ajocado.locator.iteration - package org.jboss.arquillian.ajocado.locator.iteration
 
org.jboss.arquillian.ajocado.locator.option - package org.jboss.arquillian.ajocado.locator.option
 
org.jboss.arquillian.ajocado.request - package org.jboss.arquillian.ajocado.request
 
org.jboss.arquillian.ajocado.utils - package org.jboss.arquillian.ajocado.utils
 
org.jboss.arquillian.ajocado.utils.array - package org.jboss.arquillian.ajocado.utils.array
 
org.jboss.arquillian.ajocado.waiting - package org.jboss.arquillian.ajocado.waiting
 
org.jboss.arquillian.ajocado.waiting.ajax - package org.jboss.arquillian.ajocado.waiting.ajax
 
org.jboss.arquillian.ajocado.waiting.conditions - package org.jboss.arquillian.ajocado.waiting.conditions
 
org.jboss.arquillian.ajocado.waiting.conversion - package org.jboss.arquillian.ajocado.waiting.conversion
 
org.jboss.arquillian.ajocado.waiting.retrievers - package org.jboss.arquillian.ajocado.waiting.retrievers
 
org.jboss.arquillian.ajocado.waiting.selenium - package org.jboss.arquillian.ajocado.waiting.selenium
 

P

PADDING - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
PADDING_BOTTOM - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
PADDING_LEFT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
PADDING_RIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
PADDING_TOP - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
PageExtensionsImpl - Class in org.jboss.arquillian.ajocado.framework.internal
Defines methods for installing JavaScript page extension to the target page.
PageExtensionsImpl() - Constructor for class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
 
PassOnConvertor<T> - Class in org.jboss.arquillian.ajocado.waiting.conversion
Simple convertor which actually doesn't convert method, but it is passing it directly.
PassOnConvertor() - Constructor for class org.jboss.arquillian.ajocado.waiting.conversion.PassOnConvertor
 
PrimitiveUtils - Class in org.jboss.arquillian.ajocado.utils
The static methods desired to simplify conversion of primitive types.
property(CssProperty) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
Returns the StyleEquals instance with CSS property preset.

R

refresh() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
registerCustomHandlers() - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
The SeleniumExtensions specifies new custom handlers, but the registration in commandFactory are triggered before the loading of extensions.
registerInterceptor(CommandInterceptor) - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Registers the interceptor, only one interceptor can be registered for given class of interceptor.
remove() - Method in class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList.ElementIterator
Unsupported for this Iterator.
removeAllSelections(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
removeScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
removeSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
RequestInterceptorImpl - Class in org.jboss.arquillian.ajocado.request
Java API for interception of HTTP/XMLHttpRequest requests.
RequestInterceptorImpl() - Constructor for class org.jboss.arquillian.ajocado.request.RequestInterceptorImpl
 
RequestTypeGuard - Class in org.jboss.arquillian.ajocado.guard.request
The Guard which guards that request what was expected to be done will be actually done.
RequestTypeGuard(RequestType, boolean) - Constructor for class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuard
Constructs the guard with predefined expected RequestType
RequestTypeGuardException - Exception in org.jboss.arquillian.ajocado.guard.request
This exception determines that when interacting with browser using Selenium, the wrong request type was executed.
RequestTypeGuardException(RequestType, RequestType) - Constructor for exception org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardException
 
RequestTypeGuardFactory - Class in org.jboss.arquillian.ajocado.guard.request
The factory for shortening use of RequestTypeGuards in code.
requireResource(String) - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
Loads the JavaScript extension by it's resourceName.
requireResources(List<String>) - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
Adds the JavaScript extensions by defining list of resource names.
resourceMd5Digest(String) - Static method in class org.jboss.arquillian.ajocado.utils.URLUtils
Gets a MD5 digest of some resource obtains as input stream from connection to URL given by URL string.
retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
Retrieves the attribute value from element given by attributeLocator
retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
Retrieves the text value from element given by elementLocator
retrieve() - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumRetriever
Override with implementation of retrieving value from source.
retrieveAttribute - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
RetrievedValueHolder<T> - Interface in org.jboss.arquillian.ajocado.waiting.retrievers
Holds typed value retrieved from page in thread local storage.
retrieveLastRemoteControlLogs() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
Retriever<T> - Interface in org.jboss.arquillian.ajocado.waiting.retrievers
Composes all types able to retrieve typed object from page.
retrieveText - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
runScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

S

scrollIntoView(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Aligns screen to top (resp.
scrollIntoView(ElementLocator<?>, boolean) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
select(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
selectFrame(FrameLocator) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
selectPopUp(WindowId) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides).
selectPopUp(WindowId) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
selectWindow(WindowId) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
selectWindow(WindowId) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
selenium - Variable in class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
Proxy to local selenium instance
SeleniumCondition - Interface in org.jboss.arquillian.ajocado.waiting.selenium
Specifies when condition will be true.
SeleniumExtensionsImpl - Class in org.jboss.arquillian.ajocado.framework.internal
Defines the methods for loading the Selenium JS extensions to the Selenium Test Runner window.
SeleniumExtensionsImpl() - Constructor for class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
 
SeleniumRetriever<T> - Interface in org.jboss.arquillian.ajocado.waiting.selenium
Implementing this method you get implementation of retrieving typed values from some source.
SeleniumWaiting - Class in org.jboss.arquillian.ajocado.waiting.selenium
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
SeleniumWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
 
setBrowserLogLevel(LogLevel) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setCursorPosition(ElementLocator<?>, int) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setDragIndicator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.actions.Drag
 
setDropTarget(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.actions.Drag
 
setExtensionJs(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Sets the per-session extension Javascript
setExtensionJs(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setMouseSpeed(int) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setNumberOfSteps(int) - Method in class org.jboss.arquillian.ajocado.actions.Drag
 
setSpeed(long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setTimeout(long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
setValue(T) - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
 
setValue(T) - Method in interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
Initializes the value associated to this retriever with given value.
shiftKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
shiftKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
shutDownSeleniumServer() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
start() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Starts first phase of dragging.
start() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
start() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
stop() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
stop() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
styleEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
StyleEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting if element given by elementLocator has given CSS style property's value equal to given value.
StyleEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
Instantiates a new text equals.
submit(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
SystemPropertiesConfiguration - Class in org.jboss.arquillian.ajocado.framework
Exposing of test system properties.
SystemPropertiesConfiguration() - Constructor for class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 

T

text(String) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
Returns the AttributeEquals instance with preset value.
text(String) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
Returns the TextEquals instance with text set.
TEXT_ALIGN - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
TEXT_DECORATION - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
TEXT_INDENT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
TEXT_TRANSFORM - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
textEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
TextEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting if element given by elementLocator has text equal to given text.
TextEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
Instantiates a new text equals.
TextRetriever - Class in org.jboss.arquillian.ajocado.waiting.retrievers
Retrieves the text for given elementLocator
TextRetriever() - Constructor for class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
Instantiates a new text retriever.
timeout(long) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
timeout(long) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Returns instance of waiting with same properties like this object and timeout set to given timeout.
toString() - Method in class org.jboss.arquillian.ajocado.interception.CommandContextImpl
 
toString() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
transform(S[]) - Method in class org.jboss.arquillian.ajocado.utils.array.ArrayTransform
Process transformation of S[] sourceArray with T[] targetArray like return value.
transformation(S) - Method in class org.jboss.arquillian.ajocado.utils.array.ArrayTransform
This method is implementation of transformation each item of sourceArray and type S to item of type T in targetArray.
type(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
TypedSeleniumImpl - Class in org.jboss.arquillian.ajocado.framework
Wrapper implementation for Selenium object's API to make it type-safe.
TypedSeleniumImpl() - Constructor for class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
typeKeys(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

U

uncheck(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
unregisterInterceptor(CommandInterceptor) - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Removes and returns the interceptor instance, or null, if such instance isn't registered.
unregisterInterceptorType(Class<? extends CommandInterceptor>) - Method in class org.jboss.arquillian.ajocado.interception.InterceptionProxyImpl
Removes and returns all associated interceptors which of given type.
UnsupportedTypedSelenium - Interface in org.jboss.arquillian.ajocado.framework.internal
Unsupported methods from Selenium API didn't exposed to TypedSelenium
until(JavaScriptCondition) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Stars loop waiting to satisfy condition.
until(SeleniumCondition) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Stars loop waiting to satisfy condition.
URLUtils - Class in org.jboss.arquillian.ajocado.utils
Provides URL manipulations and functionality.
useXpathLibrary(XpathLibrary) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

V

value(String) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
Returns the StyleEquals instance with value set.
valueOf(String) - Static method in enum org.jboss.arquillian.ajocado.actions.Drag.Phase
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.ajocado.actions.Drag.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_ALIGN - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 

W

Wait - Class in org.jboss.arquillian.ajocado.waiting
Factory class with static methods to create new instances of AjaxWaiting and SeleniumWaiting.
WAIT_AJAX_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
WAIT_GUI_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
WAIT_MODEL_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
waitAjax - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
waitAjax - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Provides instance of AjaxWaiting
waitForChange(T, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChange(T, SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChangeAndReturn(T, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForChangeAndReturn(JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChangeAndReturn(T, SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForChangeAndReturn(SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForCondition(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForCondition(JavaScript, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForFrameToLoad(URL) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForFrameToLoad(URL, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForPageToLoad() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForPageToLoad(long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForPopUp(WindowId, long) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Waits for a popup window to appear and load up.
waitForPopUp(WindowId, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForRequestTypeChange() - Method in class org.jboss.arquillian.ajocado.request.RequestInterceptorImpl
Waits for change of RequestType indicated on the page from NONE to other value.
waitForTimeout() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
waitForTimeout() - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Waits for predefined amount of time (see Waiting.timeout(long)).
waitGui - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
waitHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
 
waitHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering guard waiting for interception of HTTP type request
Waiting<T extends Waiting<T>> - Interface in org.jboss.arquillian.ajocado.waiting
Interface for implementations of waiting for satisfaction of condition.
WaitingProxy<T extends DefaultWaiting<T>> - Class in org.jboss.arquillian.ajocado.framework.internal
 
WaitingProxy(T, AjocadoConfiguration.TimeoutType) - Constructor for class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
 
waitModel - Static variable in class org.jboss.arquillian.ajocado.Ajocado
 
waitSelenium - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Provides instance of SeleniumWaiting
waitXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
 
waitXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.guard.request.RequestTypeGuardFactory
Shortcut for registering guard waiting for interception of XHR type request
WHITE_SPACE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
windowFocus() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
windowMaximize() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
withDelay(boolean) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
 
withDelay(boolean) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
Set if testing condition should be delayed of one interval after the start of waiting.
WORD_SPACING - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 

X

xp(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Locates the element using XPath expression.
xp(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
Locates the element using XPath expression.
XPathLocator - Class in org.jboss.arquillian.ajocado.locator
Locates the element using XPath expression.
XPathLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.XPathLocator
Instantiates a new xpath locator.

Z

Z_INDEX - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 

A B C D E F G H I J K L M N O P R S T U V W X Z
Ajocado Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.