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

A

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
 
AjaxWaiting - Interface in org.jboss.arquillian.ajocado.waiting.ajax
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
Ajocado - Class in org.jboss.arquillian.ajocado
Deprecated. 
alertEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
alertEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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
Deprecated.  
alertPresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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
Deprecated.  
attributeEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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
Deprecated.  
attributePresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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

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
 
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
 
child(T, T, T...) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  Prepares new locator from composition of locator with children.
child(T, T, T...) - Static method in class org.jboss.arquillian.ajocado.Graphene
Prepares new locator from composition of locator with children.
chooseCancelOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
chooseOkOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
clearRequestDone() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
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.GrapheneSeleniumImpl
 
clone(Class<T>, T) - Static method in class org.jboss.arquillian.ajocado.utils.CloneUtils
Clones the cloneable object without need to check for exceptions.
CloneUtils - Class in org.jboss.arquillian.ajocado.utils
Provides functionality for cloning objects.
close() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
ColorUtils - Class in org.jboss.arquillian.ajocado.utils
Provides Color manipulations and functionality.
CommandContextImpl - Class in org.jboss.arquillian.ajocado.command
This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to commandProcessor to execute.
CommandInterceptorProxyImpl - Class in org.jboss.arquillian.ajocado.command
The proxy for command processor which instead of direct executing of given command triggers logic of all associated interceptors.
CommandInterceptorProxyImpl(CommandProcessor) - Constructor for class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
Constructs new proxy with associated command processor
configureBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
configureBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
Configures browser from users configuration
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
Deprecated.  
countEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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, GrapheneConfiguration.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, CookieCreateOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
css(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Gets element locator finding elements using CSS selectors.
css(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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.

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
DefaultAjaxWaiting - Class in org.jboss.arquillian.ajocado.waiting.ajax
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
DefaultAjaxWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
 
DefaultSeleniumWaiting - 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.
DefaultSeleniumWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
 
DefaultWaiting<T extends Waiting<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, CookieDeleteOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
deselectPopUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
doAfterCommand() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
Waits for changing the requestDone flag (or for timeout, when flag stay to be NONE).
doBeforeCommand() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
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
Deprecated. Find an element by evaluating the specified JavaScript expression.
dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.Graphene
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
 
drop() - Method in class org.jboss.arquillian.ajocado.actions.Drag
Last phase of dragging.

E

elementNotPresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
elementNotPresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
ElementNotPresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting, if given element is already present on the page.
ElementNotPresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
Instantiates a new element present.
elementNotVisible - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
elementNotVisible - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
ElementNotVisible - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting until given element is not displayed.
ElementNotVisible() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
Instantiates a new condition
elementPresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
elementPresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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.
elementVisible - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
elementVisible - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
ElementVisible - Class in org.jboss.arquillian.ajocado.waiting.conditions
Implementation of Condition for waiting until given element is displayed.
ElementVisible() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
Instantiates a new element present.
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.
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.
filter(String) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
finalizeBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
finalizeBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
Cleans browser window (by closing window or deleting all cookies)
fireEvent(ElementLocator<?>, Event) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
focus(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
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
FrameDomLocator - Class in org.jboss.arquillian.ajocado.locator.frame
 
FrameDomLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.frame.FrameDomLocator
 
FrameIndexLocator - Class in org.jboss.arquillian.ajocado.locator.frame
 
FrameIndexLocator(int) - Constructor for class org.jboss.arquillian.ajocado.locator.frame.FrameIndexLocator
 

G

get(int) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
 
get(int) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
 
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
 
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
 
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.command.CommandContextImpl
Returns the arguments of the command.
getAttribute(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getAttribute(ElementLocator<?>, Attribute) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
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
 
getCause() - Method in exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
 
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
 
getCommand() - Method in class org.jboss.arquillian.ajocado.command.CommandContextImpl
Returns the command.
getCommandInterceptionProxy() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
getCommandProcessorProxy() - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
Returns the command processor proxied with functionality of all associated interceptors.
getConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
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(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
 
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
 
getExtensionsListFromResource(String) - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
Loads the list of resource names from the given resource.
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.ElementNotPresent
Factory method.
getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
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.ElementVisible
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.
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.ElementNotPresent
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
 
getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
 
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.DomLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.frame.FrameDomLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.frame.FrameIndexLocator
 
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.RequestGuardException
 
getMessage() - Method in exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
 
getMouseSpeed() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getPageExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
getPrompt() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getRequestDone() - Method in exception org.jboss.arquillian.ajocado.guard.RequestGuardException
Returns the RequestType which was actually done
getRequestDone() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
Obtains the done requestType from page.
getRequestExpected() - Method in exception org.jboss.arquillian.ajocado.guard.RequestGuardException
Returns the RequestType which was expected to be done
getRequestGuard() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
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.GrapheneSeleniumImpl
 
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
 
getStartParameters() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
 
getStyle(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
Get current style value of element given by locator.
getStyle(ElementLocator<?>, T) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
 
getText(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getTimeout(GrapheneConfiguration.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(String, String) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Determine whether current/locator identify the frame containing this running code.
getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
getWhetherThisWindowMatchWindowExpression(String, String) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
Determine whether currentWindowString plus target identify the window containing this running code.
getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
goBack() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
Graphene - Class in org.jboss.arquillian.ajocado
 
GrapheneInitializator - Interface in org.jboss.arquillian.ajocado.framework.internal
Utilities for control of Selenium session and extensions.
GrapheneSeleniumImpl - Class in org.jboss.arquillian.ajocado.framework
Implementation of TypedSelenium extended by methods in ExtendedTypedSeleniumImpl.
GrapheneSeleniumImpl(String, int, Browser, URL) - Constructor for class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
Instantiates a new ajax selenium.
guard(GrapheneSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.RequestGuardFactory
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
Deprecated. Shortcut for registering a regular HTTP request on given selenium object.
guardHttp(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
Shortcut for registering a regular HTTP request on given selenium object.
guardInterlayed(GrapheneSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.RequestGuardFactory
Shortcut for registering a guard for specified request type on given selenium object.
guardNoRequest(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Shortcut for registering a guard for no request on given selenium object.
guardNoRequest(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
Shortcut for registering a guard for no request on given selenium object.
guardXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Shortcut for registering a XMLHttpRequest on given selenium object.
guardXhr(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
Shortcut for registering a XMLHttpRequest on given selenium object.

H

HeaderUtils - Class in org.jboss.arquillian.ajocado.utils
Encapsulates HTTP header creation
highlight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

I

id(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Locates the element with specified @id attribute.
id(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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.command.CommandInterceptorProxyImpl
Creates immutable copy of this command processor with all interceptors registered.
initializeBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
initializeBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
Initializes browser session and prepares it for further configuration
initializePageExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
initializePageExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
Initializes Graphene extentensions for application page
initializeSeleniumExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
initializeSeleniumExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
Initializes Graphene extentensions for Selenium
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.RequestGuardInterceptor
Enfolds the command with guarding code to detect request type
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() - Method in class org.jboss.arquillian.ajocado.command.CommandContextImpl
For each remaining interceptor in list call it's intercept method.
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
Proxies all the request on associated command processor.
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
 
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.
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
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.ElementNotPresent
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
 
isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
 
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
 

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
Deprecated. Locates the element using JQuery Selector syntax.
jq(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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<?>, char) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyDown(ElementLocator<?>, KeyCode) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyDownNative(int) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyPress(ElementLocator<?>, char) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyPress(ElementLocator<?>, KeyCode) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyPressNative(int) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyUp(ElementLocator<?>, char) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyUp(ElementLocator<?>, KeyCode) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
keyUpNative(int) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

L

link(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Locates the link (anchor) element which contains text matching the specified pattern.
link(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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
 
loadCustomLocationStrategies() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
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.ElementNotPresent
Returns the ElementPresent instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
Returns the IsNotDisplayed 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.ElementVisible
Returns the ElementPresent 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.
logToBrowser(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 

M

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
Deprecated. Locates the first element with the specified @name attribute.
name(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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
 
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, WindowNameLocator) - 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.command - package org.jboss.arquillian.ajocado.command
 
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.locator - package org.jboss.arquillian.ajocado.locator
 
org.jboss.arquillian.ajocado.locator.frame - package org.jboss.arquillian.ajocado.locator.frame
 
org.jboss.arquillian.ajocado.locator.option - package org.jboss.arquillian.ajocado.locator.option
 
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

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.command.CommandInterceptorProxyImpl
Registers the interceptor, only one interceptor can be registered for given class of interceptor.
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
 
RequestGuardException - Exception in org.jboss.arquillian.ajocado.guard
This exception determines that when interacting with browser using Selenium, the wrong request type was executed.
RequestGuardException(RequestType, RequestType) - Constructor for exception org.jboss.arquillian.ajocado.guard.RequestGuardException
 
RequestGuardFactory - Class in org.jboss.arquillian.ajocado.guard
The factory for shortening use of RequestGuardInterceptors in code.
RequestGuardImpl - Class in org.jboss.arquillian.ajocado.guard
Java API for interception of HTTP/XMLHttpRequest requests.
RequestGuardImpl() - Constructor for class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
 
RequestGuardInterceptor - Class in org.jboss.arquillian.ajocado.guard
The Guard which guards that request what was expected to be done will be actually done.
RequestGuardInterceptor(RequestType, boolean) - Constructor for class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
Constructs the guard with predefined expected RequestType
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.
restartBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
 
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
Deprecated.  
retrieveAttribute - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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
Deprecated.  
retrieveText - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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(WindowLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
selectWindow(WindowLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
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 - Interface in org.jboss.arquillian.ajocado.waiting.selenium
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
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
Deprecated.  
styleEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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.
textEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
textEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
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.command.CommandContextImpl
 
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.command.CommandInterceptorProxyImpl
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.command.CommandInterceptorProxyImpl
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 interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Stars loop waiting to satisfy condition.
until(JavaScriptCondition) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
Stars loop waiting to satisfy condition.
until(SeleniumCondition) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
Stars loop waiting to satisfy condition.
until(SeleniumCondition) - Method in interface 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.

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
Deprecated.  
WAIT_AJAX_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
WAIT_GUI_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
WAIT_GUI_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
WAIT_MODEL_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
WAIT_MODEL_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
waitAjax - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
waitAjax - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
waitAjax - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Provides instance of AjaxWaiting
waitForChange(T, JavaScriptRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(JavaScriptRetriever<T>) - Method in interface 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, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
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.DefaultSeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChange(T, SeleniumRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(SeleniumRetriever<T>) - Method in interface 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 interface 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 interface 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, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
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.DefaultAjaxWaiting
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.DefaultSeleniumWaiting
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.DefaultSeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChangeAndReturn(T, SeleniumRetriever<T>) - Method in interface 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 interface 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
 
waitForHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Shortcut for registering guard waiting for interception of HTTP type request
waitForHttp(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
Shortcut for registering guard waiting for interception of HTTP type request
waitForPageToLoad() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForPageToLoad(long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForPopUp(WindowNameLocator, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
 
waitForRequest() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
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)).
waitForXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Shortcut for registering guard waiting for interception of XHR type request
waitForXhr(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
Shortcut for registering guard waiting for interception of XHR type request
waitGui - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
waitGui - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
Waiting<T extends Waiting<T>> - Interface in org.jboss.arquillian.ajocado.waiting
Interface for implementations of waiting for satisfaction of condition.
WaitingProxy<T extends Waiting<T>> - Class in org.jboss.arquillian.ajocado.framework.internal
 
WaitingProxy(T, GrapheneConfiguration.TimeoutType) - Constructor for class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
 
waitModel - Static variable in class org.jboss.arquillian.ajocado.Ajocado
Deprecated.  
waitModel - Static variable in class org.jboss.arquillian.ajocado.Graphene
 
waitSelenium - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
Provides instance of SeleniumWaiting
WaitTimeoutException - Exception in org.jboss.arquillian.ajocado.waiting
Indicates timeout of waiting.
WaitTimeoutException(Exception) - Constructor for exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
 
WaitTimeoutException(CharSequence, Object...) - Constructor for exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
 
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.

X

xp(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
Deprecated. Locates the element using XPath expression.
xp(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
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.

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

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.