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

A

A - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
ABORT - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'abort'
AbstractElementLocator<T extends ElementLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.element
Abstract implementation of element locator able to derive attributes for itself.
AbstractElementLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.element.AbstractElementLocator
Constructs locator for given string representation
AbstractFrameLocator<T extends FrameLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.frame
Abstract implementation of option locator.
AbstractFrameLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.frame.AbstractFrameLocator
Constructs locator for given string representation
AbstractIterableLocator<T extends IterableLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.element
Abstract implementation of locator which can iterate over it's descendant.
AbstractIterableLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator
Constructs locator for given string representation
AbstractIterableLocator.ElementIterator - Class in org.jboss.arquillian.ajocado.locator.element
The iterator over elements given by IterableLocator.
AbstractIterableLocator.ElementIterator() - Constructor for class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator.ElementIterator
Instantiates a new element iterator.
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
Creates new location strategy with name
AbstractLocator<T extends Locator<T>> - Class in org.jboss.arquillian.ajocado.locator
Abstract implementation of locator.
AbstractLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.AbstractLocator
The locator constructor
AbstractOptionLocator<T extends OptionLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.option
Abstract implementation of option locator.
AbstractOptionLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.option.AbstractOptionLocator
Constructs locator for given string representation
AbstractWindowLocator<T extends WindowLocator<T>> - Class in org.jboss.arquillian.ajocado.locator.window
Abstract implementation of option locator.
AbstractWindowLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.window.AbstractWindowLocator
Constructs locator for given string representation
ACTION - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ACTION.
add(Point) - Method in class org.jboss.arquillian.ajocado.geometry.Point
Adds the given point from this point
add(Offset) - Method in class org.jboss.arquillian.ajocado.geometry.Point
Adds the given offset from this point
ADD - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.
AJAX - Static variable in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext.TimeoutType
Deprecated.  
AjaxSelenium - Interface in org.jboss.arquillian.ajocado.framework
Deprecated. 
AjaxSeleniumContext - Class in org.jboss.arquillian.ajocado.framework
Deprecated. 
AjaxSeleniumContext() - Constructor for class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Deprecated.  
AJAXSLT - Static variable in class org.jboss.arquillian.ajocado.configuration.XPathLibrary
Google's library
AjocadoConfiguration - Interface in org.jboss.arquillian.ajocado.framework
Deprecated. 
AjocadoConfigurationContext - Class in org.jboss.arquillian.ajocado.framework
Deprecated. 
AjocadoConfigurationContext() - Constructor for class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Deprecated.  
AjocadoConfigurationContext.TimeoutType - Class in org.jboss.arquillian.ajocado.framework
Deprecated. 
AjocadoConfigurationContext.TimeoutType() - Constructor for class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext.TimeoutType
Deprecated.  
ALIGN - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ALIGN.
ALINK - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom.Attribute
The Attribute ALT.
ALT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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(StringBuffer, String) - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
append(String) - Method in class org.jboss.arquillian.ajocado.javascript.JavaScript
Append the JavaScript part to end of the this JavaScript
ARCHIVE - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom
Attribute of page element.
Attribute(String) - Constructor for class org.jboss.arquillian.ajocado.dom.Attribute
Instantiates a new attribute from it's name.
AttributeLocator<E extends ElementLocator<E>> - Interface in org.jboss.arquillian.ajocado.locator.attribute
Specific locator for attributes.

B

B - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
BACK_SLASH - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
BACKGROUND - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
BACKGROUND - Static variable in class org.jboss.arquillian.ajocado.dom.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
 
BACKSPACE - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.dom.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.dom.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_SPACING - 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 ran by Selenium.
BrowserType - Enum in org.jboss.arquillian.ajocado.browser
Enumeration of supported browsers.

C

C - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
CAPS_LOCK - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.dom.Attribute
The Attribute CELLPADDING.
CELLSPACING - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom.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.dom.Attribute
The Attribute CLASS.
CLASSID - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute CLASSID.
CLEAR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
CLEAR - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute CLEAR.
clearRequestDone() - Method in interface org.jboss.arquillian.ajocado.guard.RequestGuard
Resets the type of last request to NONE
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 class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
clone() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneSelenium
Returns the clone of AjaxSelenium pointing to the same Selenium session but with cloned configuration objects (PageExtensions, SeleniumExtensions, RequestGuard and CommandInterceptionProxy).
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.
CLOSE_BRAKET - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
CODE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute CODE.
CODEBASE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute CODEBASE.
CODETYPE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute CODETYPE.
COLOR - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
COLOR - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COLOR.
COLS - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COLS.
COLSPAN - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COLSPAN.
COMMA - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
CommandContext - Interface in org.jboss.arquillian.ajocado.command
Context of the Selenium command including the name of command, its arguments and provides method for command invocation
CommandInterceptor - Interface in org.jboss.arquillian.ajocado.command
Interface for implementers of command interception.
CommandInterceptorException - Exception in org.jboss.arquillian.ajocado.command
Thrown when at least one intercepter didn't call CommandContext.invoke() in it's CommandInterceptor.intercept(CommandContext) method body
CommandInterceptorException() - Constructor for exception org.jboss.arquillian.ajocado.command.CommandInterceptorException
 
CommandInterceptorProxy - Interface in org.jboss.arquillian.ajocado.command
Allows to register command interceptors which wraps the invocation of commands giving Selenium commands new aspects.
COMMENT - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COMMENT.
COMPACT - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COMPACT.
CompoundableLocator<T extends CompoundableLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.element
Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition.
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.dom.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 immutable representation of Cookie
CookieCreateOptions - Class in org.jboss.arquillian.ajocado.cookie
Immutable representation of options for creating cookies.
CookieDeleteOptions - Class in org.jboss.arquillian.ajocado.cookie
Options for deleting cookies.
CookieOptions<T extends CookieOptions<T>> - Class in org.jboss.arquillian.ajocado.cookie
Abstract immutable representation of options for manipulation with cookies.
CookieOptions() - Constructor for class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
COORDS - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute COORDS.
copy() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
createCookie(String, String) - Static method in class org.jboss.arquillian.ajocado.cookie.Cookie
Creates cookie with specified name and value.
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, CookieCreateOptions) - 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.
CSS - Static variable in class org.jboss.arquillian.ajocado.locator.element.ElementLocationStrategy
Strategy for locating by CSS selectors.
CssProperty - Class in org.jboss.arquillian.ajocado.css
Encapsulates extendable enumeration of CSS properties.
CssProperty(String) - Constructor for class org.jboss.arquillian.ajocado.css.CssProperty
 
CssResolver<T> - Interface in org.jboss.arquillian.ajocado.css
Resolves the CSS property values from their string representation to their object representation.
CTRL - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

D

D - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
DASH - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
DATA - Static variable in class org.jboss.arquillian.ajocado.dom.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.log.LogLevel
DEBUG log level
DECIMAL_POINT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
DECLARE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute DECLARE.
DEFAULT - Static variable in class org.jboss.arquillian.ajocado.configuration.XPathLibrary
Default library, currently Google's library, see XPathLibrary.AJAXSLT
DEFAULT - Static variable in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext.TimeoutType
Deprecated.  
DefaultAttributeLocator<E extends ElementLocator<E>> - Class in org.jboss.arquillian.ajocado.locator.attribute
Default implementation of locator for element's attributes.
DefaultAttributeLocator(ElementLocator<E>, Attribute) - Constructor for class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
Instantiates a attribute locator using given elementLocator and the specific attribute.
DELETE - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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, CookieDeleteOptions) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Delete a named cookie with specified options.
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
Creates new dimension with given width and height
DIR - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute DIR.
DISPLAY - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
DIVIDE - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.element.ElementLocationStrategy
Strategy for locating by given JavaScript expression.
DOM - Static variable in class org.jboss.arquillian.ajocado.locator.frame.FrameLocationStrategy
The dom location strategy
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.
DOWN_ARROW - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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
DUMMY - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute DUMMY.

E

E - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
ElementLocationStrategy - Class in org.jboss.arquillian.ajocado.locator.element
Strategy for locating element on the page.
ElementLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.element.ElementLocationStrategy
Constructs new named element location strategy
ElementLocator<T extends ElementLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.element
Locator for locating elements on page.
ENCTYPE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ENCTYPE.
END - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
ENDTAG - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ENDTAG.
ENTER - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
EQUAL_SIGN - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
equals(Object) - Method in class org.jboss.arquillian.ajocado.browser.Browser
 
equals(Object) - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
equals(Object) - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
equals(Object) - Method in class org.jboss.arquillian.ajocado.geometry.Offset
 
equals(Object) - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
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.log.LogLevel
ERROR log level
ESCAPE - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.
ExtendedLocator<T extends ExtendedLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.element
Locator which is iterable and compoundable - it means you can iterate through it's descendants ( IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator).
ExtendedTypedSelenium - Interface in org.jboss.arquillian.ajocado.framework
Extends the common Selenium API by other useful functions.

F

F - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F1 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F10 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F11 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F12 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F2 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F3 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F4 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F5 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F6 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F7 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F8 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
F9 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
FACE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute FACE.
filter(String) - Method in interface org.jboss.arquillian.ajocado.locator.element.FilterableLocator
Specify string as parameterizing extension which filters this locator
FilterableLocator<T extends FilterableLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.element
Defines element locators which can be used to derive new locators by defining filters.
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
 
forCreation() - Static method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Creates options for creating cookies
forDeletion() - Static method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Creates options for deleting cookies
format(String, Object...) - Static method in class org.jboss.arquillian.ajocado.format.SimplifiedFormat
Parametrize given string with arguments, using {} or {number} (e.g.
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.attribute.AttributeLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
 
format(Object...) - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractElementLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.element.ElementLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.element.ExtendedLocator
 
format(Object...) - Method in interface org.jboss.arquillian.ajocado.locator.Locator
Formats the locator with placeholders given by SimplifiedFormat.
FORWARD_SLASH - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
FRAMEBORDER - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute FRAMEBORDER.
FrameLocationStrategy - Class in org.jboss.arquillian.ajocado.locator.frame
Frame location strategy
FrameLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.frame.FrameLocationStrategy
Constructs new named frame location strategy
FrameLocator<T extends FrameLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.frame
Locator for locating select options on page.
FrameRelativeLocator - Class in org.jboss.arquillian.ajocado.locator.frame
The locators of relative addressing of frames
fromFile(File) - Static method in class org.jboss.arquillian.ajocado.javascript.JavaScript
Loads the JavaScript from file.
fromResource(String) - Static method in class org.jboss.arquillian.ajocado.javascript.JavaScript
Loads the JavaScript from classpath resource.

G

G - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
get(int) - Method in interface org.jboss.arquillian.ajocado.locator.element.IterableLocator
Gets the index-th occurrence of this locator
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.
getAllCookies() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Return all cookies of the current page under test.
getAllWindowIds() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Returns the IDs of all windows that the browser knows about.
getArguments() - Method in interface org.jboss.arquillian.ajocado.command.CommandContext
Returns list of command arguments
getAssociatedElement() - Method in interface org.jboss.arquillian.ajocado.locator.attribute.AttributeLocator
Returns the underlying element what associates attribute given by this locator to
getAssociatedElement() - Method in class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
 
getAsString() - Method in class org.jboss.arquillian.ajocado.javascript.JavaScript
Gets the JavaScript as string
getAttribute(AttributeLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the value of an element attribute.
getAttribute(ElementLocator<?>, Attribute) - 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.attribute.AttributeLocator
Returns the type of attribute which this locator points to.
getAttribute() - Method in class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
 
getAttribute(Attribute) - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractElementLocator
Returns the default locator for attribute belongs to this locator.
getAttribute(Attribute) - Method in interface org.jboss.arquillian.ajocado.locator.element.ElementLocator
Returns the locator for attribute for given locator.
getAttributeName() - Method in class org.jboss.arquillian.ajocado.dom.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.GrapheneConfiguration
Returns current browser implementation used in tests.
getChild(T) - Method in interface org.jboss.arquillian.ajocado.locator.element.CompoundableLocator
Gets a child of this locator by composing this locator with given elementLocator.
getCode() - Method in class org.jboss.arquillian.ajocado.javascript.KeyCode
Returns the code of JavaScript key code representation
getCommand() - Method in interface org.jboss.arquillian.ajocado.command.CommandContext
Returns name of command
getCommandInterceptionProxy() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneSelenium
Returns associated command interception proxy
getConfirmation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
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.
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.GrapheneConfiguration.TimeoutType
Returns the value of default timeout for given type
getDescendant(T) - Method in interface org.jboss.arquillian.ajocado.locator.element.CompoundableLocator
Gets a descendant of this locator by composing this locator with given elementLocator.
getDomain() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Returns the domain for which is cookie registered
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
Returns the height
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.javascript.JavaScript
Gets a identification for this script based on script's hashcode.
getLocation() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gets the absolute URL of the current page.
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
 
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.element.ElementLocator
 
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.frame.FrameLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.frame.FrameRelativeLocator
 
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
 
getLocationStrategy() - Method in interface org.jboss.arquillian.ajocado.locator.window.WindowLocator
 
getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.window.WindowNameLocator
 
getLogLevelName() - Method in class org.jboss.arquillian.ajocado.log.LogLevel
Gets the log level name.
getMaxAge() - Method in class org.jboss.arquillian.ajocado.cookie.CookieCreateOptions
Returns the max time which this cookie should live
getMode() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Gets the browser's mode (see BrowserMode).
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).
getName() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
Returns name of the cookie
getName() - Method in class org.jboss.arquillian.ajocado.request.RequestHeader
Returns the name of the header
getPageExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneSelenium
Gets a PageExtensions object.
getPath() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
Returns the path for which is cookie registered
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
 
getPropertyName() - Method in interface org.jboss.arquillian.ajocado.css.CssResolver
Returns the name of property which can resolve
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Deprecated.  
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Deprecated.  
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneConfigurationContext
Returns the instance of proxy to thread local context of GrapheneConfiguration
getProxy() - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumContext
Returns the instance of proxy to thread local context of AjaxSelenium
getRawLocator() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
getRawLocator() - Method in class org.jboss.arquillian.ajocado.locator.attribute.DefaultAttributeLocator
 
getRawLocator() - Method in interface org.jboss.arquillian.ajocado.locator.Locator
Returns the raw locator (without the prefix defining location strategy) representation.
getRequestDone() - Method in interface org.jboss.arquillian.ajocado.guard.RequestGuard
Returns the type of last request which was done
getRequestGuard() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneSelenium
Returns the RequestInterceptor object
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.GrapheneSelenium
Returns a SeleniumExtensions object.
getSeleniumHost() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
Returns the host of Selenium Server
getSeleniumPort() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
Returns the port for Selenium Server
getSeleniumSpeed() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
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).
getStartParameters() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
Returns the selenium startup parameters (as required by Selenium#start(String) method).
getStrategyName() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
Returns the name of strategy
getStrategyName() - Method in interface org.jboss.arquillian.ajocado.locator.LocationStrategy
Gets the strategy name used to express location strategy in Selenium API.
getStyle(ElementLocator<?>, T) - 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(GrapheneConfiguration.TimeoutType) - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
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.network.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 enum org.jboss.arquillian.ajocado.browser.BrowserMode
Gets the browser type.
getType() - Method in class org.jboss.arquillian.ajocado.network.NetworkTraffic
Returns the associated output format type
getType() - Method in class org.jboss.arquillian.ajocado.network.NetworkTrafficType
Returns the type's string identifier
getValue() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
Returns value of the 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
Returns the width
getX() - Method in class org.jboss.arquillian.ajocado.geometry.Offset
Returns the x movement
getX() - Method in class org.jboss.arquillian.ajocado.geometry.Point
Returns x position
getY() - Method in class org.jboss.arquillian.ajocado.geometry.Offset
Returns the y movement
getY() - Method in class org.jboss.arquillian.ajocado.geometry.Point
Returns y position
goBack() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates the user clicking the "back" button on their browser.
GrapheneConfiguration - Interface in org.jboss.arquillian.ajocado.framework
The runtime configuration of Graphene test.
GrapheneConfiguration.TimeoutType - Enum in org.jboss.arquillian.ajocado.framework
Type of selenium timeout
GrapheneConfigurationContext - Class in org.jboss.arquillian.ajocado.framework
Context for keeping thread local context of GrapheneConfiguration.
GrapheneSelenium - Interface in org.jboss.arquillian.ajocado.framework
Extension for TypedSelenium extended by methods in ExtendedTypedSelenium.
GrapheneSeleniumContext - Class in org.jboss.arquillian.ajocado.framework
Context for keeping thread local context of GrapheneSelenium.
GRAVE_ACCENT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
GUI - Static variable in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext.TimeoutType
Deprecated.  

H

H - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
HALIGN - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute HALIGN.
hashCode() - Method in class org.jboss.arquillian.ajocado.browser.Browser
 
hashCode() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
hashCode() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
hashCode() - Method in class org.jboss.arquillian.ajocado.geometry.Offset
 
hashCode() - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
hasNext() - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator.ElementIterator
 
HEIGHT - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 
HEIGHT - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute HEIGHT.
highlight(ElementLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Briefly changes the backgroundColor of the specified element yellow.
HOME - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
HREF - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute HREF.
HSPACE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute HSPACE.
HTTPEQUIV - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute HTTPEQUIV.

I

I - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
ID - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ID.
ID - Static variable in class org.jboss.arquillian.ajocado.locator.element.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.element.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.frame.FrameLocationStrategy
The indexed location strategy
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.log.LogLevel
INFO log level
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.browser.Browser
Gets a string representation of browser.
inSeleniumRepresentation() - Method in enum org.jboss.arquillian.ajocado.browser.BrowserMode
Gets string representations of mode.
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.configuration.XPathLibrary
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.cookie.Cookie
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.cookie.CookieCreateOptions
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.cookie.CookieDeleteOptions
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.cookie.CookieOptions
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.geometry.Offset
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.geometry.Point
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
inSeleniumRepresentation() - Method in class org.jboss.arquillian.ajocado.log.LogLevel
 
inSeleniumRepresentation() - Method in interface org.jboss.arquillian.ajocado.selenium.SeleniumRepresentable
Returns Selenium's string representation of this object
INSERT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
install() - Method in interface org.jboss.arquillian.ajocado.framework.PageExtensions
Installs the page extension into page
intercept(CommandContext) - Method in interface org.jboss.arquillian.ajocado.command.CommandInterceptor
When processing custom logic must satisfy, that at least once will be called method CommandContext.invoke().
invoke() - Method in interface org.jboss.arquillian.ajocado.command.CommandContext
Method for invoking the command
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.GrapheneConfigurationContext
End point for handling invocations on proxy
invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumContext
End point for handling invocations on proxy
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.
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.
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Deprecated.  
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Deprecated.  
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneConfigurationContext
Returns true if configuration context is associated with current thread.
isInitialized() - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumContext
Returns true of the context is initialized
isInstalled() - Method in interface org.jboss.arquillian.ajocado.framework.PageExtensions
Returns true if the page extension is already installed
ISMAP - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ISMAP.
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?
isRecursive() - Method in class org.jboss.arquillian.ajocado.cookie.CookieDeleteOptions
Returns true if the domain and path should be searched recursively; false otherwise
isSeleniumDebug() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
Returns if Selenium test is in debug mode
isSeleniumMaximize() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
Returns whenever should browser window be maximized after start.
isSeleniumNetworkTrafficEnabled() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
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.element
Locator which can iterate over it's descendant.
iterator() - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator
 
iterator() - Method in interface org.jboss.arquillian.ajocado.locator.element.IterableLocator
Returns the iterator through the occurrences of this locator

J

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

K

K - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
KeyCode - Class in org.jboss.arquillian.ajocado.javascript
Encapsulates key codes as they are interpreted by JavaScript.
KeyCode(String) - Constructor for class org.jboss.arquillian.ajocado.javascript.KeyCode
Constructs new key code by providing it's JavaScript key code representation
KEYDOWN - Static variable in class org.jboss.arquillian.ajocado.dom.Event
The event definition for 'keydown'
keyDown(ElementLocator<?>, char) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing a key (without releasing it yet).
keyDown(ElementLocator<?>, KeyCode) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing a key (without releasing it yet).
keyDownNative(int) - 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<?>, char) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing and releasing a key.
keyPress(ElementLocator<?>, KeyCode) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user pressing and releasing a key.
keyPressNative(int) - 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<?>, char) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user releasing a key.
keyUp(ElementLocator<?>, KeyCode) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user releasing a key.
keyUpNative(int) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simulates a user releasing a key by sending a native operating system keystroke.

L

L - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.dom.Attribute
The Attribute LANG.
LANGUAGE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute LANGUAGE.
LEFT_ARROW - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
LEFT_WINDOW_KEY - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.dom.Attribute
The Attribute LINK.
LINK - Static variable in class org.jboss.arquillian.ajocado.locator.element.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
Loads the page extension from the resources listed in list
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.log
Logging level of Selenium command processor.
LogLevel(String) - Constructor for class org.jboss.arquillian.ajocado.log.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.dom.Attribute
The Attribute LOWSRC.

M

M - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.dom.Attribute
The Attribute MARGINHEIGHT.
MARGINWIDTH - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute MARGINWIDTH.
maxAge(long) - Method in class org.jboss.arquillian.ajocado.cookie.CookieCreateOptions
Specifies max time to live in seconds.
MAXLENGTH - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom.Attribute
The Attribute METHOD.
MODEL - Static variable in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext.TimeoutType
Deprecated.  
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.dom.Attribute
The Attribute MULTIPLE.
MULTIPLY - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

N

N - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute N.
N - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NAME - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute NAME.
NAME - Static variable in class org.jboss.arquillian.ajocado.locator.element.ElementLocationStrategy
Strategy for locating elements by given name attribute.
NAME - Static variable in class org.jboss.arquillian.ajocado.locator.window.WindowLocationStrategy
Locating by name
NetworkTraffic - Class in org.jboss.arquillian.ajocado.network
The encapsulation of network traffic proceeded in tested scenario.
NetworkTraffic(NetworkTrafficType, String) - Constructor for class org.jboss.arquillian.ajocado.network.NetworkTraffic
Constructs the representation of network traffic with associated format type.
NetworkTrafficType - Class in org.jboss.arquillian.ajocado.network
The enumeration of supported network traffic types.
NetworkTrafficType(String) - Constructor for class org.jboss.arquillian.ajocado.network.NetworkTrafficType
Constructs the new network traffic output format type using it's string identifier
next() - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator.ElementIterator
 
NOHREF - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute NOHREF.
NORESIZE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute NORESIZE.
NOSHADE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute NOSHADE.
NOWRAP - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute NOWRAP.
NUM_0 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_1 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_2 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_3 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_4 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_5 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_6 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_7 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_8 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_9 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUM_LOCK - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_0 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_1 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_2 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_3 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_4 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_5 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_6 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_7 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_8 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
NUMPAD_9 - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

O

O - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
OFF - Static variable in class org.jboss.arquillian.ajocado.log.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
Creates the offset with specified x and y movements
open(URL) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Opens an URL in the test frame.
OPEN_BRACKET - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
openWindow(URL, WindowNameLocator) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Opens a popup window (if a window with that ID isn't already open).
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
Constructs new named options location strategy
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.command - package org.jboss.arquillian.ajocado.command
 
org.jboss.arquillian.ajocado.configuration - package org.jboss.arquillian.ajocado.configuration
 
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.format - package org.jboss.arquillian.ajocado.format
 
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.guard - package org.jboss.arquillian.ajocado.guard
 
org.jboss.arquillian.ajocado.javascript - package org.jboss.arquillian.ajocado.javascript
 
org.jboss.arquillian.ajocado.locator - package org.jboss.arquillian.ajocado.locator
 
org.jboss.arquillian.ajocado.locator.attribute - package org.jboss.arquillian.ajocado.locator.attribute
 
org.jboss.arquillian.ajocado.locator.element - package org.jboss.arquillian.ajocado.locator.element
 
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.locator.window - package org.jboss.arquillian.ajocado.locator.window
 
org.jboss.arquillian.ajocado.log - package org.jboss.arquillian.ajocado.log
 
org.jboss.arquillian.ajocado.network - package org.jboss.arquillian.ajocado.network
 
org.jboss.arquillian.ajocado.request - package org.jboss.arquillian.ajocado.request
 
org.jboss.arquillian.ajocado.selenium - package org.jboss.arquillian.ajocado.selenium
 

P

P - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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
 
PAGE_DOWN - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
PAGE_UP - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
PageExtensions - Interface in org.jboss.arquillian.ajocado.framework
JavaScript extension that can be installed into tested page.
parametrize(Object...) - Method in class org.jboss.arquillian.ajocado.javascript.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.locator.frame.FrameRelativeLocator
The parent frame locator
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.
PAUSE_BREAK - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
PERIOD - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
PLAIN - Static variable in class org.jboss.arquillian.ajocado.network.NetworkTrafficType
The network traffic in plain-text
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
Constructs new point with specified x and y positions
PROMPT - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute PROMPT.

Q

Q - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

R

R - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
recurse(boolean) - Method in class org.jboss.arquillian.ajocado.cookie.CookieDeleteOptions
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
Satisfies that Selenium detects extensions
registerInterceptor(CommandInterceptor) - Method in interface org.jboss.arquillian.ajocado.command.CommandInterceptorProxy
Registers new interceptor
REL - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute REL.
RELATIVE - Static variable in class org.jboss.arquillian.ajocado.locator.frame.FrameLocationStrategy
The relative location strategy
remove() - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator.ElementIterator
Unsupported for this Iterator.
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.
RequestGuard - Interface in org.jboss.arquillian.ajocado.guard
Provides methods for checking and waiting for specific request type
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
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
Checks for the required JavaScript resource whether is already loaded and if not, add it to test runner window scripts
requireResources(List<String>) - Method in interface org.jboss.arquillian.ajocado.framework.SeleniumExtensions
Checks for each of the required JavaScript resources in list whether is already loaded and if not, add it to test runner window scripts
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'
resolveProperty(String) - Method in class org.jboss.arquillian.ajocado.css.CssProperty
 
resolveProperty(String) - Method in interface org.jboss.arquillian.ajocado.css.CssResolver
Resolves the property - converts the string representation to object representation
restartBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.GrapheneSelenium
Simulates restart of browser in order to be able get unpolluted browser session.
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.dom.Attribute
The Attribute REV.
RIGHT_ARROW - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
RIGHT_WINDOW_KEY - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
ROWS - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute ROWS.
ROWSPAN - Static variable in class org.jboss.arquillian.ajocado.dom.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

S - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
SCROLL_LOCK - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
SCROLLING - Static variable in class org.jboss.arquillian.ajocado.dom.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.
SELECT_KEY - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
SELECTED - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute SELECTED.
selectFrame(FrameLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Selects a frame within the current window.
selectPopUp(WindowLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides).
selectWindow(WindowLocator<?>) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
SeleniumExtensions - Interface in org.jboss.arquillian.ajocado.framework
JavaScript extensions to Selenium functionality (installed to test runner window).
SeleniumRepresentable - Interface in org.jboss.arquillian.ajocado.selenium
The type which is represented in Selenium simply by String.
SEMI_COLON - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
set(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.framework.AjaxSeleniumContext
Deprecated.  
set(AjocadoConfiguration) - Static method in class org.jboss.arquillian.ajocado.framework.AjocadoConfigurationContext
Deprecated.  
set(GrapheneConfiguration) - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneConfigurationContext
Sets the GrapheneConfiguration context for current thread
set(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumContext
Sets the AjaxSelenium 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).
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.
SHAPE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute SHAPE.
SHAPES - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute SHAPES.
SHIFT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.format
Formats using simplified MessageFormat syntax: {} are used as placeholders in order of arguments; {number} are placeholders with given argument number.
SINGLE_QUOTE - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
SIZE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute SIZE.
size() - Method in class org.jboss.arquillian.ajocado.locator.element.AbstractIterableLocator
 
size() - Method in interface org.jboss.arquillian.ajocado.locator.element.IterableLocator
Returns the count of occurrences of this locator
SRC - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute SRC.
STANDBY - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute STANDBY.
START - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute START.
start() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Launches the browser with a new Selenium session
stop() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Ends the test session, killing the browser
STYLE - Static variable in class org.jboss.arquillian.ajocado.dom.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.
substract(Point) - Method in class org.jboss.arquillian.ajocado.geometry.Point
Subtracts the given point from this point
substract(Offset) - Method in class org.jboss.arquillian.ajocado.geometry.Point
Subtracts the given offset from this point
SUBTRACT - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

T

T - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
TAB - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
TARGET - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute TARGET.
TEXT - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom.Attribute
The Attribute TITLE.
TITLE - Static variable in class org.jboss.arquillian.ajocado.locator.window.WindowLocationStrategy
Locating by title
toOffset() - Method in class org.jboss.arquillian.ajocado.geometry.Dimension
Converts dimension to offset
TOP - Static variable in class org.jboss.arquillian.ajocado.locator.frame.FrameRelativeLocator
The top frame locator
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.configuration.XPathLibrary
 
toString() - Method in class org.jboss.arquillian.ajocado.dom.Event
 
toString() - Method in class org.jboss.arquillian.ajocado.javascript.JavaScript
 
toString() - Method in class org.jboss.arquillian.ajocado.locator.AbstractLocator
 
TYPE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute TYPE.
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.
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

U - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.command.CommandInterceptorProxy
Unregisters the inceptor by reference
unregisterInterceptorType(Class<? extends CommandInterceptor>) - Method in interface org.jboss.arquillian.ajocado.command.CommandInterceptorProxy
Unregisters all of the interceptors of given type
UP_ARROW - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
USEMAP - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute USEMAP.
useXpathLibrary(XPathLibrary) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Allows choice of one of the available libraries.

V

V - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
VALIGN - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute VALIGN.
VALUE - Static variable in class org.jboss.arquillian.ajocado.dom.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.GrapheneConfiguration.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.GrapheneConfiguration.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.dom.Attribute
The Attribute VALUETYPE.
VAR - Static variable in class org.jboss.arquillian.ajocado.locator.window.WindowLocationStrategy
Locating by JavaScript variable
VERSION - Static variable in class org.jboss.arquillian.ajocado.dom.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.dom.Attribute
The Attribute VLINK.
VSPACE - Static variable in class org.jboss.arquillian.ajocado.dom.Attribute
The Attribute VSPACE.

W

W - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
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.
waitForPopUp(WindowNameLocator, long) - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Waits for a popup window to appear and load up.
waitForRequest() - Method in interface org.jboss.arquillian.ajocado.guard.RequestGuard
Waits until the request type changes to other than NONE
WARN - Static variable in class org.jboss.arquillian.ajocado.log.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.dom.Attribute
The Attribute WIDTH.
windowFocus() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Gives focus to the currently selected window
WindowLocationStrategy - Class in org.jboss.arquillian.ajocado.locator.window
Strategy for locating windows
WindowLocationStrategy(String) - Constructor for class org.jboss.arquillian.ajocado.locator.window.WindowLocationStrategy
Constructs new named window location strategy
WindowLocator<T extends WindowLocator<T>> - Interface in org.jboss.arquillian.ajocado.locator.window
Locator for locating select options on page.
windowMaximize() - Method in interface org.jboss.arquillian.ajocado.framework.TypedSelenium
Resize currently selected window to take up the entire screen
WindowNameLocator - Class in org.jboss.arquillian.ajocado.locator.window
The locator for referencing window by name
WindowNameLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.window.WindowNameLocator
Construct new locator for referencing windows by name
WORD_SPACING - Static variable in class org.jboss.arquillian.ajocado.css.CssProperty
 

X

X - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 
XML - Static variable in class org.jboss.arquillian.ajocado.network.NetworkTrafficType
The network traffic in XML format type
XPATH - Static variable in class org.jboss.arquillian.ajocado.locator.element.ElementLocationStrategy
Strategy for locating elements by given xpath xpression.
XPathLibrary - Class in org.jboss.arquillian.ajocado.configuration
Encapsulates the current implementations of XPath libraries supported by Selenium.
XPathLibrary(String) - Constructor for class org.jboss.arquillian.ajocado.configuration.XPathLibrary
New named XPath library

Y

Y - Static variable in class org.jboss.arquillian.ajocado.javascript.KeyCode
 

Z

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

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

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