Ajocado API 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

A

ABORT - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'abort'
AbstractLocationStrategy - Class in org.jboss.arquillian.ajocado.locator
Abstract strategy for location of items on page.
AbstractLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
 
ACTION - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ACTION.
addCustomRequestHeader(RequestHeader) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Tells the Selenium server to add the specificed key and value as a custom outgoing request header.
addLocationStrategy(ElementLocationStrategy, JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Defines a new function for Selenium to locate elements on the page.
addScript(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Loads script content into a new script tag in the Selenium document.
addSelection(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Add a selection to the set of selected options in a multi-select element using an option locator.
AjaxSelenium - Interface in org.jboss.arquillian.ajocado.framework
Extension for TypedSelenium extended by methods in ExtendedTypedSelenium.
AjaxSeleniumContext - Class in org.jboss.arquillian.ajocado.framework
Context for keeping thread local context of AjaxSelenium.
AJAXSLT - Static variable in class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
Google's library
AjocadoConfiguration - Interface in org.jboss.arquillian.ajocado.framework
 
AjocadoConfiguration.TimeoutType - Enum in org.jboss.arquillian.ajocado.framework
Type of selenium timeout
AjocadoConfigurationContext - Class in org.jboss.arquillian.ajocado.framework
Context for keeping thread local context of AjocadoConfiguration.
ALIGN - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ALIGN.
ALINK - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ALINK.
allowNativeXpath(boolean) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Specifies whether Selenium should use the native in-browser implementation of XPath (if any native version is available); if you pass "false" to this function, we will always use our pure-JavaScript xpath library.
ALT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ALT.
altKeyDown() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
altKeyUp() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Release the alt key.
answerOnNextPrompt(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Instructs Selenium to return the specified answer string in response to the next JavaScript prompt [window.prompt()].
append(String) - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Append the JavaScript part to end of the this JavaScript
ARCHIVE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ARCHIVE.
assignId(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Temporarily sets the "id" attribute of the specified element, so you can locate it in the future using its ID rather than a slow/complicated XPath.
Attribute - Class in org.jboss.arquillian.ajocado.locator
Attribute of page element.
Attribute(String) - Constructor for class org.jboss.arquillian.ajocado.locator.Attribute
Instantiates a new attribute from it's name.
AttributeLocator<E extends ElementLocator<E>> - Interface in org.jboss.arquillian.ajocado.locator
Specific locator for attributes.

B

BACKGROUND - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute BACKGROUND.
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
 
belongsClass(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Checks if element given by locator is member of CSS class given by className.
BGCOLOR - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute BGCOLOR.
BLUR - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'blur'
BORDER - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BORDER - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute BORDER.
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
 
Browser - Class in org.jboss.arquillian.ajocado.browser
Encapsulates execution properties of selected browser.
Browser(String) - Constructor for class org.jboss.arquillian.ajocado.browser.Browser
Instantiates a new browser from string representation defined by Selenium framework
Browser(BrowserMode) - Constructor for class org.jboss.arquillian.ajocado.browser.Browser
Instantiates a new browser by given browserMode
Browser(BrowserMode, File) - Constructor for class org.jboss.arquillian.ajocado.browser.Browser
Instantiates a new browser by given browserMode and executableFile.
BrowserMode - Enum in org.jboss.arquillian.ajocado.browser
Encapsulates execution mode of browser runned by Selenium.
BrowserType - Enum in org.jboss.arquillian.ajocado.browser
Enumeration of supported browsers.

C

captureEntirePageScreenshot() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Downloads a screenshot of the browser current window canvas to a based 64 encoded PNG file.
captureNetworkTraffic(NetworkTrafficType) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
captureScreenshot() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Capture a PNG screenshot.
CELLPADDING - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CELLPADDING.
CELLSPACING - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CELLSPACING.
CHANGE - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'change'
check(ElementLocator<?>, boolean) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Check a toggle-button (checkbox/radio) on or off.
check(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Check a toggle-button (checkbox/radio)
CHECKED - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CHECKED.
chooseCancelOnNextConfirmation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
By default, Selenium's overridden window.confirm() function will return true, as if the user had manually clicked OK; after running this command, the next call to confirm() will return false, as if the user had clicked Cancel.
chooseOkOnNextConfirmation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Undo the effect of calling chooseCancelOnNextConfirmation.
CLASS - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CLASS.
CLASSID - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CLASSID.
CLEAR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
CLEAR - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CLEAR.
clearRequestTypeDone() - Method in interface org.jboss.arquillian.ajocado.request.RequestInterceptor
 
CLICK - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'click'
click(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Clicks on a link, button, checkbox or radio button.
clickAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Clicks on a link, button, checkbox or radio button.
clone() - Method in interface org.jboss.arquillian.ajocado.framework.AjaxSelenium
Immutable clone of this object.
close() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the user clicking the "close" button in the titlebar of a popup window or tab.
CODE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CODE.
CODEBASE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CODEBASE.
CODETYPE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CODETYPE.
COLOR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
COLOR - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COLOR.
COLS - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COLS.
COLSPAN - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COLSPAN.
CommandContext - Interface in org.jboss.arquillian.ajocado.interception
 
CommandInterceptionException - Exception in org.jboss.arquillian.ajocado.interception
Thrown when at least one interceptor didn't call CommandContext.invoke() in it's CommandInterceptor.intercept(CommandContext) method body
CommandInterceptionException() - Constructor for exception org.jboss.arquillian.ajocado.interception.CommandInterceptionException
 
CommandInterceptor - Interface in org.jboss.arquillian.ajocado.interception
Interface for implementors of command interception.
COMMENT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COMMENT.
COMPACT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COMPACT.
containsScript(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Checks whenever the script is already added.
CONTENT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute CONTENT.
contextMenu(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
contextMenuAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
controlKeyDown() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Press the control key and hold it down until doControlUp() is called or a new page is loaded.
controlKeyUp() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Release the control key.
Cookie - Class in org.jboss.arquillian.ajocado.cookie
The representation of Cookie.
Cookie(String, String) - Constructor for class org.jboss.arquillian.ajocado.cookie.Cookie
 
CookieOptions<T extends CookieOptions<T>> - Class in org.jboss.arquillian.ajocado.cookie
Options for manipulation with cookies.
CookieOptions() - Constructor for class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
COORDS - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute COORDS.
copy() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
createCookie(Cookie) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Create a new cookie whose path and domain are same with those of current page under test.
createCookie(Cookie, CreateCookieOptions) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Create a new cookie whose path and domain are same with those of current page under test, unless you specified a path for this cookie explicitly in options.
CreateCookieOptions - Class in org.jboss.arquillian.ajocado.cookie
Options for creating cookies.
CreateCookieOptions() - Constructor for class org.jboss.arquillian.ajocado.cookie.CreateCookieOptions
 
CSS - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating by 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

DATA - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute DATA.
DBLCLICK - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'dblclick'
DEBUG - Static variable in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
DEBUG log level
DECLARE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute DECLARE.
DEFAULT - Static variable in class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
Default library, currently Google's library, see XpathLibrary.AJAXSLT
deleteAllVisibleCookies() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Calls deleteCookie with recurse=true on all cookies visible to the current page.
deleteCookie(String, DeleteCookieOptions) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Delete a named cookie with specified options.
DeleteCookieOptions - Class in org.jboss.arquillian.ajocado.cookie
Options for deleting cookies.
DeleteCookieOptions() - Constructor for class org.jboss.arquillian.ajocado.cookie.DeleteCookieOptions
 
deselectPopUp() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Selects the main window.
Dimension - Class in org.jboss.arquillian.ajocado.geometry
Dimensions of object rendered by browser.
Dimension(int, int) - Constructor for class org.jboss.arquillian.ajocado.geometry.Dimension
 
DIR - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute DIR.
DISPLAY - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
doCommand(String, String, String) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Invokes selenium command.
DOM - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating by given JavaScript expression.
domain(String) - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Specifies to which domain is cookie bound.
doubleClick(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Double clicks on a link, button, checkbox or radio button.
doubleClickAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Doubleclicks on a link, button, checkbox or radio button.
dragAndDrop(ElementLocator<?>, Offset) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Drags an element a certain distance and then drops it
dragAndDropToObject(ElementLocator<?>, ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Drags an element and drops it on another element
dragdrop(ElementLocator<?>, Offset) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
deprecated - use dragAndDrop instead
DUMMY - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute DUMMY.

E

ElementLocationStrategy - Class in org.jboss.arquillian.ajocado.locator
Strategy for locating element on the page.
ElementLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
 
ElementLocator<T extends ElementLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator
Locator for locating elements on page.
enableNetworkTrafficCapturing(boolean) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Configures if the network traffic should be recorded for Selenium session.
ENCTYPE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ENCTYPE.
ENDTAG - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ENDTAG.
equals(Object) - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
ERROR - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'error'
ERROR - Static variable in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
ERROR log level
Event - Class in org.jboss.arquillian.ajocado.dom
Encapsulates event definitions from DOM Events model.
Event(String) - Constructor for class org.jboss.arquillian.ajocado.dom.Event
Initializes new event.
ExtendedTypedSelenium - Interface in org.jboss.arquillian.ajocado.framework
Extends the common Selenium API by other useful functions.

F

FACE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute FACE.
fireEvent(ElementLocator<?>, Event) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Explicitly simulate an event, to trigger the corresponding handler.
FLOAT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
FOCUS - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'focus'
focus(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.
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 interface org.jboss.arquillian.ajocado.locator.AttributeLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.ElementLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.Locator
 
format(String, Object...) - Static method in class org.jboss.arquillian.ajocado.utils.SimplifiedFormat
Parametrize given string with arguments, using {} or {number} (e.g.
Frame - Class in org.jboss.arquillian.ajocado.encapsulated
TODO not implemented yet
Frame() - Constructor for class org.jboss.arquillian.ajocado.encapsulated.Frame
 
FRAMEBORDER - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute FRAMEBORDER.
FrameLocator - Class in org.jboss.arquillian.ajocado.encapsulated
The Encapsulation of element locator.
FrameLocator(String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.FrameLocator
 
fromFile(File) - Static method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Loads the JavaScript from file.
fromResource(String) - Static method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Loads the JavaScript from classpath resource.

G

getAlert() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the message of a JavaScript alert generated during the previous action, or fail if there were no alerts.
getAllChildren() - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets the all children of element given by this locator
getAllCookies() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Return all cookies of the current page under test.
getAllOccurrences() - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets the all occurrences of element given by this locator
getArguments() - Method in interface org.jboss.arquillian.ajocado.interception.CommandContext
 
getAsNameValuePair() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
getAssociatedElement() - Method in interface org.jboss.arquillian.ajocado.locator.AttributeLocator
Returns the underlying element what associates attribute given by this locator to
getAsString() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Gets a string representation of browser.
getAsString() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
getAsString() - Method in class org.jboss.arquillian.ajocado.cookie.CreateCookieOptions
 
getAsString() - Method in class org.jboss.arquillian.ajocado.cookie.DeleteCookieOptions
 
getAsString() - Method in class org.jboss.arquillian.ajocado.encapsulated.FrameLocator
 
getAsString() - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Gets the JavaScript as string
getAsString() - Method in interface org.jboss.arquillian.ajocado.locator.Locator
Returns the locator represented as string used in Selenium to locate elements.
getAttribute(AttributeLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the value of an element attribute.
getAttribute() - Method in interface org.jboss.arquillian.ajocado.locator.AttributeLocator
Returns the type of attribute which this locator points to.
getAttribute(Attribute) - Method in interface org.jboss.arquillian.ajocado.locator.ElementLocator
Returns the locator for attribute for given locator.
getAttributeName() - Method in class org.jboss.arquillian.ajocado.locator.Attribute
Gets the attribute name.
getBodyText() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the entire text of the page.
getBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns current browser implementation used in tests.
getBrowserType() - Method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Gets the browser type.
getBuildDirectory() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns current project build (target) directory.
getChildren(T) - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets the children given by locator composed from this locator and given elementLocator.
getCommand() - Method in interface org.jboss.arquillian.ajocado.interception.CommandContext
 
getCommandProcessorProxy() - Method in interface org.jboss.arquillian.ajocado.interception.InterceptionProxy
 
getConfirmation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
getContextPath() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns context path, the URL for application context incl.
getContextRoot() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns context root, the root URL for server instance.
getCookieByName(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
getCoords() - Method in class org.jboss.arquillian.ajocado.geometry.Point
Gets coordinations of this point as string used in Selenium.
getCount(IterableLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
 
getCount(IterableLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the number of elements that match the specified locator.
getCursorPosition(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
getDefaultTimeout() - Method in enum org.jboss.arquillian.ajocado.framework.AjocadoConfiguration.TimeoutType
 
getDescendants(T) - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets all the descendants for this locator specified by composed locator from this locator and given elementLocator.
getDomain() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
getElementDimension(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrievers the element dimensions (width, height)
getElementHeight(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the height of an element
getElementIndex(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Get the relative index of an element to its parent (starting from 0).
getElementPosition(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the position of an element
getElementPositionLeft(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the horizontal position of an element
getElementPositionTop(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the vertical position of an element
getElementWidth(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the width of an element
getEval(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the result of evaluating the specified JavaScript snippet.
getEventName() - Method in class org.jboss.arquillian.ajocado.dom.Event
Returns the name of this event as it is specified in DOM Event model.
getHeight() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
getHtmlSource() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the entire HTML source between the opening and closing "html" tags.
getIdentification() - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Gets a identification for this script based on script's hashcode.
getInterceptionProxy() - Method in interface org.jboss.arquillian.ajocado.framework.AjaxSelenium
Returns associated command interception proxy
getLocation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the absolute URL of the current page.
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.ElementLocator
 
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.Locator
Returns the location strategy for this element
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.option.OptionLocator
 
getLogLevelName() - Method in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
Gets the log level name.
getMaxAge() - Method in class org.jboss.arquillian.ajocado.cookie.CreateCookieOptions
 
getMode() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Gets the browser's mode (see Browser).
getMode() - Method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Gets string representations of mode.
getModesFromTypes(EnumSet<BrowserType>) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Gets the set of browser modes, which are associated with browsers given by types (see BrowserType).
getMouseSpeed() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
getMovement() - Method in class org.jboss.arquillian.ajocado.geometry.Offset
Returns the movement as it is used in Selenium.
getName() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
getName() - Method in class org.jboss.arquillian.ajocado.request.RequestHeader
Returns the name of the header
getNthChildElement(int) - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets the N-th child element of this locator.
getNthOccurence(int) - Method in interface org.jboss.arquillian.ajocado.locator.IterableLocator
Gets the N-th occurence of descendant for this locator's element
getPageExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.AjaxSelenium
Gets a PageExtensions object.
getPath() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
getPrompt() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the message of a JavaScript question prompt dialog generated during the previous action.
getPropertyName() - Method in class org.jboss.arquillian.ajocado.css.CssProperty
 
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Returns the instance of proxy to thread local context of AjaxSelenium
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Returns the instance of proxy to thread local context of AjocadoConfiguration
getRawLocator() - Method in interface org.jboss.arquillian.ajocado.locator.Locator
Returns the raw locator (without the prefix defining location strategy) representation.
getRequestInterceptor() - Method in interface org.jboss.arquillian.ajocado.framework.AjaxSelenium
Returns the RequestInterceptor object
getRequestTypeDone() - Method in interface org.jboss.arquillian.ajocado.request.RequestInterceptor
 
getResourcesDirectory() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns current resources dir, such as images, XMLs, etc.
getSelectedId(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets option element ID for selected option in the specified select element.
getSelectedIds(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets all option element IDs for selected options in the specified select or multi-select element.
getSelectedIndex(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets option index (option number, starting at 0) for selected option in the specified select element.
getSelectedIndexes(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets all option indexes (option number, starting at 0) for selected options in the specified select or multi-select element.
getSelectedLabel(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets option label (visible text) for selected option in the specified select element.
getSelectedLabels(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets all option labels (visible text) for selected options in the specified select or multi-select element.
getSelectedValue(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets option value (value attribute) for selected option in the specified select element.
getSelectedValues(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets all option values (value attributes) for selected options in the specified select or multi-select element.
getSelectOptions(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets all option labels in the specified select drop-down.
getSeleniumExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.AjaxSelenium
Returns a SeleniumExtensions object.
getSeleniumHost() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns the host of Selenium Server
getSeleniumPort() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns the port for Selenium Server
getSeleniumSpeed() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns the speed of performing selenium commands
getSpeed() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Get execution speed (i.e., get the millisecond length of the delay following each selenium operation).
getStrategyName() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
 
getStrategyName() - Method in interface org.jboss.arquillian.ajocado.locator.LocationStrategy
Gets the strategy name used to express location strategy in Selenium API.
getStyle(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Deprecated. 
getStyle(ElementLocator<?>, CssProperty) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Get current style value of element given by locator.
getText(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the text of an element.
getTimeout(AjocadoConfiguration.TimeoutType) - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns the predefined timeout for given type.
getTitle() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the title of the current page.
getTraffic() - Method in class org.jboss.arquillian.ajocado.encapsulated.NetworkTraffic
Returns string representation of network traffic data
getType() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Gets the type of browser.
getType() - Method in class org.jboss.arquillian.ajocado.encapsulated.NetworkTraffic
Returns the associated output format type
getType() - Method in class org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
Returns the type's string identifier
getValue() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
getValue(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
getValue() - Method in class org.jboss.arquillian.ajocado.request.RequestHeader
Returns the value of the header
getWidth() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
getX() - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
getXpathLibraryName() - Method in class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
Gets the xpath library name.
getY() - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
goBack() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the user clicking the "back" button on their browser.

H

HALIGN - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute HALIGN.
hashCode() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
HEIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
HEIGHT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute HEIGHT.
highlight(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Briefly changes the backgroundColor of the specified element yellow.
HREF - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute HREF.
HSPACE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute HSPACE.
HTTPEQUIV - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute HTTPEQUIV.

I

ID - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ID.
ID - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements by given id attribute.
ID - Static variable in class org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
Strategy for location using option id
IDENTIFIER - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements by given id or by name as a fallback
ignoreAttributesWithoutValue(boolean) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Specifies whether Selenium will ignore xpath attributes that have no value, i.e.
INDEX - Static variable in class org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
Strategy for location using option index
INFO - Static variable in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
INFO log level
install() - Method in interface org.jboss.arquillian.ajocado.framework.PageExtensions
 
intercept(CommandContext) - Method in interface org.jboss.arquillian.ajocado.interception.CommandInterceptor
When processing custom logic must satisfy, that at least once will be called method CommandContext.invoke().
InterceptionProxy - Interface in org.jboss.arquillian.ajocado.interception
 
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
End point for handling invocations on proxy
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
End point for handling invocations on proxy
invoke() - Method in interface org.jboss.arquillian.ajocado.interception.CommandContext
 
IOUtils - Class in org.jboss.arquillian.ajocado.utils
 
isAlertPresent() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Has an alert occurred?
isAttributePresent(AttributeLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Verifies that the specified attribute is defined for the element.
isChecked(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets whether a toggle-button (checkbox/radio) is checked.
isConfirmationPresent() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Has confirm() been called?
isCookiePresent(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns true if a cookie with the specified name is present, or false otherwise.
isDisplayed(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Returns whether the element is displayed on the page.
isEditable(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Determines whether the specified input element is editable, ie hasn't been disabled.
isElementPresent(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Verifies that the specified element is somewhere on the page.
isEmpty(String) - Static method in class org.jboss.arquillian.ajocado.utils.StringUtils
 
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
 
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Returns true if configuration context is associated with current thread.
isInstalled() - Method in interface org.jboss.arquillian.ajocado.framework.PageExtensions
 
ISMAP - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ISMAP.
isNetworkTrafficCapturingEnabled() - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Returns whether the network traffic should be recorded or not
isOrdered(ElementLocator<?>, ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Check if these two elements have same parent and are ordered siblings in the DOM.
isPromptPresent() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Has a prompt occurred?
isRecurse() - Method in class org.jboss.arquillian.ajocado.cookie.DeleteCookieOptions
 
isSeleniumDebug() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns if Selenium test is in debug mode
isSeleniumMaximize() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns whenever should browser window be maximized after start.
isSeleniumNetworkTrafficEnabled() - Method in interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
Returns if the network traffic should be captured during the selenium session.
isSomethingSelected(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Determines whether some option in a drop-down menu is selected.
isStarted() - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Indicates if selenium session was already successfully started.
isTextPresent(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
isVisible(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Determines if the specified element is visible.
IterableLocator<T extends IterableLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator
Locator which can iterate over it's descendant.

J

JavaScript - Class in org.jboss.arquillian.ajocado.encapsulated
Encapsulates JavaScript definitions.
JavaScript(String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Instantiates a new java script.
JAVASCRIPT_XPATH - Static variable in class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
Cybozu Labs' faster library
join(JavaScript) - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Joins this JavaScript object with another JavaScript object to single JavaScript.
JQUERY - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements using JQuery Selector syntax.
js(String) - Static method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
The factory method for JavaScript object
JSON - Static variable in class org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
The network traffic in JSON format type

K

KEYDOWN - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'keydown'
keyDown(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing a key (without releasing it yet).
keyDownNative(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing a key (without releasing it yet) by sending a native operating system keystroke.
KEYPRESS - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'keypress'
keyPress(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing and releasing a key.
keyPressNative(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing and releasing a key by sending a native operating system keystroke.
KEYUP - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'keyup'
keyUp(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user releasing a key.
keyUpNative(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user releasing a key by sending a native operating system keystroke.

L

LABEL - Static variable in class org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
Strategy for location using options label
LANG - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute LANG.
LANGUAGE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute LANGUAGE.
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 - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute LINK.
LINK - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements by text of the link (anchor)
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
 
LOAD - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'load'
loadFromResources(List<String>) - Method in interface org.jboss.arquillian.ajocado.framework.PageExtensions
 
LocationStrategy - Interface in org.jboss.arquillian.ajocado.locator
Strategy for locating items on page.
Locator<T extends Locator<T>> - Interface in org.jboss.arquillian.ajocado.locator
Locates the object by given strategy and parameters.
LogLevel - Class in org.jboss.arquillian.ajocado.encapsulated
Logging level of Selenium command processor.
LogLevel(String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.LogLevel
Instantiates a new log level.
logToBrowser(String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Writes a message to the status bar and adds a note to the browser-side log.
LOWSRC - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute LOWSRC.

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
 
MARGINHEIGHT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute MARGINHEIGHT.
MARGINWIDTH - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute MARGINWIDTH.
maxAge(long) - Method in class org.jboss.arquillian.ajocado.cookie.CreateCookieOptions
Specifies max time to live in seconds.
MAXLENGTH - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute MAXLENGTH.
metaKeyDown() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
metaKeyUp() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Release the meta key.
METHOD - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute METHOD.
minus(Point) - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
MOUSEDOWN - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'mousedown'
mouseDown(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) on the specified element.
mouseDownAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) at the specified location.
mouseDownRight(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) on the specified element.
mouseDownRightAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
MOUSEMOVE - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'mousemove'
mouseMove(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
mouseMoveAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
MOUSEOUT - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'mouseout'
mouseOut(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user moving the mouse pointer away from the specified element.
mouseOutAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Simulates a user hovering a mouse out of the specified element at specific coordinates relative to element.
MOUSEOVER - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'mouseover'
mouseOver(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user hovering a mouse over the specified element.
mouseOverAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element.
MOUSEUP - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'mouseup'
mouseUp(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) on the specified element.
mouseUpAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) at the specified location.
mouseUpRight(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) on the specified element.
mouseUpRightAt(ElementLocator<?>, Point) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) at the specified location.
MULTIPLE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute MULTIPLE.

N

N - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute N.
NAME - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute NAME.
NAME - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements by given name attribute.
NetworkTraffic - Class in org.jboss.arquillian.ajocado.encapsulated
The encapsulation of network traffic proceeded in tested scenario.
NetworkTraffic(NetworkTrafficType, String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.NetworkTraffic
Constructs the representation of network traffic with associated format type.
NetworkTrafficType - Class in org.jboss.arquillian.ajocado.encapsulated
The enumeration of supported network traffic types.
NetworkTrafficType(String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
Constructs the new network traffic output format type using it's string identifier
NOHREF - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute NOHREF.
NORESIZE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute NORESIZE.
NOSHADE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute NOSHADE.
NOWRAP - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute NOWRAP.

O

OFF - Static variable in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
Logging OFF
Offset - Class in org.jboss.arquillian.ajocado.geometry
Offset for movement on browser-rendered canvas.
Offset(int, int) - Constructor for class org.jboss.arquillian.ajocado.geometry.Offset
 
open(URL) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Opens an URL in the test frame.
OptionLocationStrategy - Class in org.jboss.arquillian.ajocado.locator.option
Strategy for locating select options on the page.
OptionLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
 
OptionLocator<T extends OptionLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.option
Locator for locating select options on page.
org.jboss.arquillian.ajocado.browser - package org.jboss.arquillian.ajocado.browser
 
org.jboss.arquillian.ajocado.cookie - package org.jboss.arquillian.ajocado.cookie
 
org.jboss.arquillian.ajocado.css - package org.jboss.arquillian.ajocado.css
 
org.jboss.arquillian.ajocado.dom - package org.jboss.arquillian.ajocado.dom
 
org.jboss.arquillian.ajocado.encapsulated - package org.jboss.arquillian.ajocado.encapsulated
 
org.jboss.arquillian.ajocado.framework - package org.jboss.arquillian.ajocado.framework
 
org.jboss.arquillian.ajocado.geometry - package org.jboss.arquillian.ajocado.geometry
 
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.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
 

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
 
PageExtensions - Interface in org.jboss.arquillian.ajocado.framework
 
parametrize(Object...) - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
Fills the parameters to placeholders in simplified format (look for Simplified format) to this JavaScript code and returns the result.
PARENT - Static variable in class org.jboss.arquillian.ajocado.encapsulated.FrameLocator
The relative frame addressing of parent frame.
parseMode(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Parses the mode from given string representation.
parseModes(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Returns set of browser modes derived from string enumeration of comma- and/or space-separated representation of browser modes (BrowserMode.parseMode(String)).
parseType(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserType
Parses the type in case-insensitive manner.
parseTypes(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserType
Returns set of browser types derived from string enumeration of comma- and/or space-separated representation of browser types (BrowserType.parseType(String)).
path(String) - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Specifies to which path is cookie bound.
PLAIN - Static variable in class org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
The network traffic in plain-text
plus(Point) - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
Point - Class in org.jboss.arquillian.ajocado.geometry
Point as position rendered on browser canvas.
Point(int, int) - Constructor for class org.jboss.arquillian.ajocado.geometry.Point
 
PROMPT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute PROMPT.

R

recurse(boolean) - Method in class org.jboss.arquillian.ajocado.cookie.DeleteCookieOptions
Specifies whether the domain and path should be searched recursively.
refresh() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the user clicking the "Refresh" button on their browser.
registerCustomHandlers() - Method in interface org.jboss.arquillian.ajocado.framework.SeleniumExtensions
 
registerInterceptor(CommandInterceptor) - Method in interface org.jboss.arquillian.ajocado.interception.InterceptionProxy
 
REL - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute REL.
removeAllSelections(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Unselects all of the selected options in a multi-select element.
removeScript(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Removes a script tag from the Selenium document identified by the JavaScript's id (see JavaScript.getIdentification().
removeSelection(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Remove a selection from the set of selected options in a multi-select element using an option locator.
replace(String, String, String) - Static method in class org.jboss.arquillian.ajocado.utils.StringUtils
 
replace(String, String, String, int) - Static method in class org.jboss.arquillian.ajocado.utils.StringUtils
 
replaceOnce(String, String, String) - Static method in class org.jboss.arquillian.ajocado.utils.StringUtils
 
RequestHeader - Class in org.jboss.arquillian.ajocado.request
Request header which can be added to Selenium requests
RequestHeader(String, String) - Constructor for class org.jboss.arquillian.ajocado.request.RequestHeader
Creates a header with a given name and value
RequestInterceptor - Interface in org.jboss.arquillian.ajocado.request
 
RequestType - Enum in org.jboss.arquillian.ajocado.request
Types of request, which browser executes.
requireResource(String) - Method in interface org.jboss.arquillian.ajocado.framework.SeleniumExtensions
 
requireResources(List<String>) - Method in interface org.jboss.arquillian.ajocado.framework.SeleniumExtensions
 
RESET - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'reset'
RESIZE - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'resize'
retrieveLastRemoteControlLogs() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieve the last messages logged on a specific remote control.
REV - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute REV.
ROWS - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ROWS.
ROWSPAN - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute ROWSPAN.
runScript(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Creates a new "script" tag in the body of the current test window, and adds the specified text into the body of the command.

S

SCROLLING - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SCROLLING.
scrollIntoView(ElementLocator<?>, boolean) - Method in interface org.jboss.arquillian.ajocado.framework.ExtendedTypedSelenium
Aligns screen to top (resp.
SELECT - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'select'
select(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Select an option from a drop-down using an option locator.
SELECTED - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SELECTED.
selectFrame(FrameLocator) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Selects a frame within the current window.
SeleniumExtensions - Interface in org.jboss.arquillian.ajocado.framework
 
set(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Sets the AjaxSelenium context for current thread
set(AjocadoConfiguration) - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Sets the AjocadoConfiguration context for current thread
setBrowserLogLevel(LogLevel) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded.
setCursorPosition(ElementLocator<?>, int) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Moves the text cursor to the specified position in the given input element or textarea.
setMouseSpeed(int) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Configure the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
setName(String) - Method in class org.jboss.arquillian.ajocado.request.RequestHeader
Sets the name of the header
setSpeed(long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation).
setTimeout(long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Specifies the amount of time that Selenium will wait for actions to complete.
setValue(String) - Method in class org.jboss.arquillian.ajocado.request.RequestHeader
Sets the value of the header
SHAPE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SHAPE.
SHAPES - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SHAPES.
shiftKeyDown() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
shiftKeyUp() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Release the shift key.
shutDownSeleniumServer() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Kills the running Selenium Server and all browser sessions.
SimplifiedFormat - Class in org.jboss.arquillian.ajocado.utils
Formats using simplified MessageFormat syntax: {} are used as placeholders in order of arguments; {number} are placeholders with given argument number.
SIZE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SIZE.
split(String, String) - Static method in class org.jboss.arquillian.ajocado.utils.StringUtils
Splits the provided text into an array, separators specified.
SRC - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute SRC.
STANDBY - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute STANDBY.
start() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Launches the browser with a new Selenium session
START - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute START.
stop() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Ends the test session, killing the browser
StringUtils - Class in org.jboss.arquillian.ajocado.utils
 
STYLE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute STYLE.
SUBMIT - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'submit'
submit(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Submit the specified form.

T

TARGET - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute TARGET.
TEXT - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute TEXT.
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
 
TITLE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute TITLE.
TOP - Static variable in class org.jboss.arquillian.ajocado.encapsulated.FrameLocator
The relative frame addressing of top frame.
toString() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Returns a string representation of the object in human-readable format.
toString() - Method in class org.jboss.arquillian.ajocado.dom.Event
 
toString() - Method in class org.jboss.arquillian.ajocado.encapsulated.JavaScript
 
toString() - Method in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
 
toString() - Method in class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
 
toString() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
toString() - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
toString(InputStream) - Static method in class org.jboss.arquillian.ajocado.utils.IOUtils
 
type(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Sets the value of an input field, as though you typed it in.
TYPE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute TYPE.
TypedSelenium - Interface in org.jboss.arquillian.ajocado.framework
The type-safe wrapper for Selenium API.
typeKeys(ElementLocator<?>, String) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates keystroke events on the specified element, as though you typed the value key-by-key.

U

uncheck(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Uncheck a toggle-button (checkbox/radio)
UNLOAD - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'unload'
unregisterInterceptor(CommandInterceptor) - Method in interface org.jboss.arquillian.ajocado.interception.InterceptionProxy
 
unregisterInterceptorType(Class<? extends CommandInterceptor>) - Method in interface org.jboss.arquillian.ajocado.interception.InterceptionProxy
 
USEMAP - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute USEMAP.
useXpathLibrary(XpathLibrary) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Allows choice of one of the available libraries.

V

VALIGN - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VALIGN.
VALUE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VALUE.
VALUE - Static variable in class org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
Strategy for location using options value
valueOf(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.ajocado.framework.AjocadoConfiguration.TimeoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.ajocado.request.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.ajocado.browser.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.ajocado.framework.AjocadoConfiguration.TimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.ajocado.request.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUETYPE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VALUETYPE.
VERSION - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VERSION.
VERTICAL_ALIGN - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
VLINK - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VLINK.
VSPACE - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute VSPACE.

W

waitForCondition(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
waitForCondition(JavaScript, long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
waitForFrameToLoad(URL) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Waits for a new frame to load.
waitForFrameToLoad(URL, long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Waits for a new frame to load.
waitForPageToLoad() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Waits for a new page to load.
waitForPageToLoad(long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Waits for a new page to load.
waitForRequestTypeChange() - Method in interface org.jboss.arquillian.ajocado.request.RequestInterceptor
 
WARN - Static variable in class org.jboss.arquillian.ajocado.encapsulated.LogLevel
WARN log level
WHITE_SPACE - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
WIDTH - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
WIDTH - Static variable in class org.jboss.arquillian.ajocado.locator.Attribute
The Attribute WIDTH.
Window - Class in org.jboss.arquillian.ajocado.encapsulated
TODO not implemented yet
Window() - Constructor for class org.jboss.arquillian.ajocado.encapsulated.Window
 
windowFocus() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gives focus to the currently selected window
WindowId - Class in org.jboss.arquillian.ajocado.encapsulated
TODO not implemented yet
WindowId() - Constructor for class org.jboss.arquillian.ajocado.encapsulated.WindowId
 
windowMaximize() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Resize currently selected window to take up the entire screen
WORD_SPACING - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 

X

XML - Static variable in class org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
The network traffic in XML format type
XPATH - Static variable in class org.jboss.arquillian.ajocado.locator.ElementLocationStrategy
Strategy for locating elements by given xpath xpression.
XpathLibrary - Class in org.jboss.arquillian.ajocado.encapsulated
Encapsulates the current implementations of XPath libraries supported by Selenium.
XpathLibrary(String) - Constructor for class org.jboss.arquillian.ajocado.encapsulated.XpathLibrary
Instantiates a new xpath library.

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

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