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

A

ABORT - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'abort'
AbstractElementList<T extends IterableLocator<T>> - Class in org.jboss.test.selenium.locator.iteration
Abstract class able to iterate over IterableLocator<T>.
AbstractElementList(T) - Constructor for class org.jboss.test.selenium.locator.iteration.AbstractElementList
Instantiates a new abstract element list for given iterableLocator.
AbstractElementList.ElementIterator - Class in org.jboss.test.selenium.locator.iteration
The iterator over elements given by IterableLocator.
AbstractElementList.ElementIterator() - Constructor for class org.jboss.test.selenium.locator.iteration.AbstractElementList.ElementIterator
Instantiates a new element iterator.
AbstractElementLocator<T extends ElementLocator<T>> - Class in org.jboss.test.selenium.locator
Abstract implementation of element locator able to derive attributes for itself.
AbstractElementLocator(String) - Constructor for class org.jboss.test.selenium.locator.AbstractElementLocator
 
AbstractLocationStrategy - Class in org.jboss.test.selenium.locator
Abstract strategy for location of items on page.
AbstractLocationStrategy(String) - Constructor for class org.jboss.test.selenium.locator.AbstractLocationStrategy
 
AbstractLocator<T extends Locator<T>> - Class in org.jboss.test.selenium.locator
Abstract implementation of locator.
AbstractLocator(String) - Constructor for class org.jboss.test.selenium.locator.AbstractLocator
 
AbstractOptionLocator<T extends OptionLocator<T>> - Class in org.jboss.test.selenium.locator.option
Abstract implementation of option locator.
AbstractOptionLocator(String) - Constructor for class org.jboss.test.selenium.locator.option.AbstractOptionLocator
 
AbstractRetriever<T> - Class in org.jboss.test.selenium.waiting.retrievers
Retrieves the typed value from page and stores it as ThreadLocal.
AbstractRetriever() - Constructor for class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
AbstractTestCase - Class in org.jboss.test.selenium
Abstract implementation of TestNG test using RichFaces Selenium
AbstractTestCase() - Constructor for class org.jboss.test.selenium.AbstractTestCase
 
ACTION - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ACTION.
addCustomRequestHeader(String, String) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Tells the Selenium server to add the specificed key and value as a custom outgoing request header.
addCustomRequestHeader(String, String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
addLocationStrategy(ElementLocationStrategy, JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Defines a new function for Selenium to locate elements on the page.
addLocationStrategy(ElementLocationStrategy, JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
addScript(JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Loads script content into a new script tag in the Selenium document.
addScript(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
addSelection(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Add a selection to the set of selected options in a multi-select element using an option locator.
addSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
AjaxAwareInterceptor - Class in org.jboss.test.selenium.ajaxaware
Class to use to extend functionality of command processors to catch Selenium exceptions and repeat the command for specific issue types (like Permission denied in Internet Explorer).
AjaxAwareInterceptor() - Constructor for class org.jboss.test.selenium.ajaxaware.AjaxAwareInterceptor
 
AjaxAwareInterceptor.PermissionDeniedException - Exception in org.jboss.test.selenium.ajaxaware
Thrown when the Selenium wasn't able in given interval to call the given command with no SeleniumException with type of Permission Denied catched.
AjaxAwareInterceptor.PermissionDeniedException(String) - Constructor for exception org.jboss.test.selenium.ajaxaware.AjaxAwareInterceptor.PermissionDeniedException
 
AjaxSelenium - Interface in org.jboss.test.selenium.framework
Implementation of TypedSelenium extended by methods in ExtendedTypedSeleniumImpl.
AjaxSeleniumImpl - Class in org.jboss.test.selenium.framework
Implementation of TypedSelenium extended by methods in ExtendedTypedSeleniumImpl.
AjaxSeleniumImpl(String, int, Browser, URL) - Constructor for class org.jboss.test.selenium.framework.AjaxSeleniumImpl
Instantiates a new ajax selenium.
AjaxSeleniumProxy - Class in org.jboss.test.selenium.framework
Proxy for retrieving thread local context of AjaxSelenium.
AJAXSLT - Static variable in class org.jboss.test.selenium.encapsulated.XpathLibrary
Google's library
AjaxWaiting - Class in org.jboss.test.selenium.waiting.ajax
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
AjaxWaiting() - Constructor for class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
 
alertEquals - Variable in class org.jboss.test.selenium.AbstractTestCase
 
AlertEquals - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting if alert is shown and its message has has given value.
AlertEquals() - Constructor for class org.jboss.test.selenium.waiting.conditions.AlertEquals
Instantiates a new message equals.
alertPresent - Variable in class org.jboss.test.selenium.AbstractTestCase
 
AlertPresent - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting, if an alert is present on the page.
AlertPresent() - Constructor for class org.jboss.test.selenium.waiting.conditions.AlertPresent
Instantiates a new element present.
ALIGN - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ALIGN.
ALINK - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ALINK.
allowNativeXpath(boolean) - Method in interface org.jboss.test.selenium.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.
allowNativeXpath(boolean) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
ALT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ALT.
altKeyDown() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Press the alt key and hold it down until doAltUp() is called or a new page is loaded.
altKeyDown() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
altKeyUp() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Release the alt key.
altKeyUp() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
answerOnNextPrompt(String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Instructs Selenium to return the specified answer string in response to the next JavaScript prompt [window.prompt()].
answerOnNextPrompt(String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
append(String) - Method in class org.jboss.test.selenium.encapsulated.JavaScript
Append the JavaScript part to end of the this JavaScript
ARCHIVE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ARCHIVE.
ArrayTransform<S,T> - Class in org.jboss.test.selenium.utils.array
Abstract class providing generic array transformations.
ArrayTransform(Class<T>) - Constructor for class org.jboss.test.selenium.utils.array.ArrayTransform
Constructs ArrayTransform with implementation of transformation predefining tClass like a class of transformation-target array.
asBoolean(String) - Static method in class org.jboss.test.selenium.utils.PrimitiveUtils
Converts string to boolean
asDouble(String) - Static method in class org.jboss.test.selenium.utils.PrimitiveUtils
Converts string to double
asFloat(String) - Static method in class org.jboss.test.selenium.utils.PrimitiveUtils
Converts string to float
asInteger(String) - Static method in class org.jboss.test.selenium.utils.PrimitiveUtils
Converts string to integer
asLong(String) - Static method in class org.jboss.test.selenium.utils.PrimitiveUtils
Converts string to long
assignId(ElementLocator<?>, String) - Method in interface org.jboss.test.selenium.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.
assignId(ElementLocator<?>, String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
attachFile(ElementLocator<?>, File) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Sets a file input (upload) field to the file listed in fileLocator
attachFile(ElementLocator<?>, URL) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Sets a file input (upload) field to the file listed in fileLocator
attachFile(ElementLocator<?>, File) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
attachFile(ElementLocator<?>, URL) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
Attribute - Class in org.jboss.test.selenium.locator
Attribute of page element.
Attribute(String) - Constructor for class org.jboss.test.selenium.locator.Attribute
Instantiates a new attribute from it's name.
attributeEquals - Variable in class org.jboss.test.selenium.AbstractTestCase
 
AttributeEquals - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value.
AttributeEquals() - Constructor for class org.jboss.test.selenium.waiting.conditions.AttributeEquals
Instantiates a new AttributeEquals
AttributeLocator<E extends ElementLocator<E>> - Interface in org.jboss.test.selenium.locator
Specific locator for attributes.
attributeLocator(AttributeLocator<?>) - Method in class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
Gets a AttributeRetriever object preset with attributeLocator to given value.
attributePresent - Variable in class org.jboss.test.selenium.AbstractTestCase
 
AttributePresent - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting, if given element's attribute is already present on the page.
AttributePresent() - Constructor for class org.jboss.test.selenium.waiting.conditions.AttributePresent
Instantiates a new element present.
AttributeRetriever - Class in org.jboss.test.selenium.waiting.retrievers
Retrieves the attribute with given attributeLocator.
AttributeRetriever() - Constructor for class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
Instantiates a new attribute retriever.
AttributeSample - Class in org.jboss.test.selenium.samples
Sample for using attributes
AttributeSample() - Constructor for class org.jboss.test.selenium.samples.AttributeSample
 

B

BACKGROUND - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BACKGROUND - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute BACKGROUND.
BACKGROUND_ATTACHMENT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BACKGROUND_COLOR - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BACKGROUND_IMAGE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BACKGROUND_POSITION - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BACKGROUND_REPEAT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
backwardConversion(T) - Method in interface org.jboss.test.selenium.waiting.conversion.Convertor
Convert from object of T type to F type.
backwardConversion(T) - Method in class org.jboss.test.selenium.waiting.conversion.PassOnConvertor
Pass the object
belongsClass(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Checks if element given by locator is member of CSS class given by className.
belongsClass(ElementLocator<?>, String) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Checks if element given by locator is member of CSS class given by className.
belongsClass(ElementLocator<?>, String) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
BGCOLOR - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute BGCOLOR.
BLUR - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'blur'
BORDER - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute BORDER.
BORDER_BOTTOM - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_BOTTOM_WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_COLOR - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_LEFT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_LEFT_WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_RIGHT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_RIGHT_WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_STYLE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_TOP - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_TOP_WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
BORDER_WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
browser - Variable in class org.jboss.test.selenium.AbstractTestCase
 
Browser - Class in org.jboss.test.selenium.browser
Encapsulates execution properties of selected browser.
Browser(String) - Constructor for class org.jboss.test.selenium.browser.Browser
Instantiates a new browser from string representation defined by Selenium framework
Browser(BrowserMode) - Constructor for class org.jboss.test.selenium.browser.Browser
Instantiates a new browser by given browserMode
Browser(BrowserMode, File) - Constructor for class org.jboss.test.selenium.browser.Browser
Instantiates a new browser by given browserMode and executableFile.
BrowserMode - Enum in org.jboss.test.selenium.browser
Encapsulates execution mode of browser runned by Selenium.
BrowserType - Enum in org.jboss.test.selenium.browser
Enumeration of supported browsers.
buildUrl(String, String...) - Static method in class org.jboss.test.selenium.utils.URLUtils
Use URL context and one or more relocations to build end URL.
buildUrl(URL, String...) - Static method in class org.jboss.test.selenium.utils.URLUtils
Use URL context and one or more relocations to build end URL.

C

captureEntirePageScreenshot(File) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Saves the entire contents of the current window canvas to a PNG file.
captureEntirePageScreenshot() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Downloads a screenshot of the browser current window canvas to a based 64 encoded PNG file.
captureEntirePageScreenshot(File) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
captureEntirePageScreenshot() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
captureNetworkTraffic(NetworkTrafficType) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
captureNetworkTraffic(NetworkTrafficType) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
captureScreenshot(File) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Captures a PNG screenshot to the specified file.
captureScreenshot() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Capture a PNG screenshot.
captureScreenshot(File) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
captureScreenshot() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CELLPADDING - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CELLPADDING.
CELLSPACING - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CELLSPACING.
CHANGE - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'change'
check(ElementLocator<?>, boolean) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Check a toggle-button (checkbox/radio) on or off.
check(ElementLocator<?>, boolean) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
check(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Check a toggle-button (checkbox/radio)
check(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CHECKED - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CHECKED.
ChildElementList<T extends IterableLocator<T>> - Class in org.jboss.test.selenium.locator.iteration
Able to iterate over direct childs of given locator.
ChildElementList(T) - Constructor for class org.jboss.test.selenium.locator.iteration.ChildElementList
Instantiates a new child element list.
chooseCancelOnNextConfirmation() - Method in interface org.jboss.test.selenium.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.
chooseCancelOnNextConfirmation() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
chooseOkOnNextConfirmation() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Undo the effect of calling chooseCancelOnNextConfirmation.
chooseOkOnNextConfirmation() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CLASS - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CLASS.
CLASSID - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CLASSID.
CLEAR - Static variable in class org.jboss.test.selenium.css.CssProperty
 
CLEAR - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CLEAR.
clearRequestTypeDone() - Method in class org.jboss.test.selenium.request.RequestInterceptor
Clears the request type indicated on the page, gives possibility to intercept subsequent requests.
CLICK - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'click'
click(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Clicks on a link, button, checkbox or radio button.
click(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
clickAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Clicks on a link, button, checkbox or radio button.
clickAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
clone() - Method in interface org.jboss.test.selenium.framework.AjaxSelenium
Immutable clone of this object.
clone() - Method in class org.jboss.test.selenium.framework.AjaxSeleniumImpl
 
close() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates the user clicking the "close" button in the titlebar of a popup window or tab.
close() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CODE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CODE.
CODEBASE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CODEBASE.
CODETYPE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CODETYPE.
COLOR - Static variable in class org.jboss.test.selenium.css.CssProperty
 
COLOR - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COLOR.
ColorUtils - Class in org.jboss.test.selenium.utils
Provides Color manipulations and functionality.
COLS - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COLS.
COLSPAN - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COLSPAN.
CommandContext - Class in org.jboss.test.selenium.interception
This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to commandProcessor to execute.
CommandInterceptionException - Exception in org.jboss.test.selenium.interception
Thrown when at least one interceptor didn't call CommandContext.invoke() in it's CommandInterceptor.intercept(CommandContext) method body
CommandInterceptionException() - Constructor for exception org.jboss.test.selenium.interception.CommandInterceptionException
 
CommandInterceptor - Interface in org.jboss.test.selenium.interception
Interface for implementors of command interception.
COMMENT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COMMENT.
COMPACT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COMPACT.
CompoundableLocator<T extends CompoundableLocator<T>> - Interface in org.jboss.test.selenium.locator
Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition.
ConsoleStatusTestListener - Class in org.jboss.test.selenium.listener
This class is used as ITestListener in testNG tests to put test's status to the console output
ConsoleStatusTestListener() - Constructor for class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
containsScript(JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Checks whenever the script is already added.
containsScript(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CONTENT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute CONTENT.
contextMenu(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element).
contextMenu(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
contextMenuAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.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 class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
contextPath - Variable in class org.jboss.test.selenium.AbstractTestCase
ContextPath will be used to retrieve pages from right URL.
contextRoot - Variable in class org.jboss.test.selenium.AbstractTestCase
context root can be used to obtaining full URL paths, is set to actual tested application's context root
controlKeyDown() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Press the control key and hold it down until doControlUp() is called or a new page is loaded.
controlKeyDown() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
controlKeyUp() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Release the control key.
controlKeyUp() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
Convertor<F,T> - Interface in org.jboss.test.selenium.waiting.conversion
Convertor for converting the values from one type to another and vice versa.
convertToAWTColor(String) - Static method in class org.jboss.test.selenium.utils.ColorUtils
Converts a string representation of color to AWT Color object.
convertToInteger(String) - Static method in class org.jboss.test.selenium.utils.ColorUtils
Converts a string representation of color to integer.
Cookie - Class in org.jboss.test.selenium.cookie
The representation of Cookie.
Cookie(String, String) - Constructor for class org.jboss.test.selenium.cookie.Cookie
 
CookieOptions<T extends CookieOptions<T>> - Class in org.jboss.test.selenium.cookie
Options for manipulation with cookies.
CookieOptions() - Constructor for class org.jboss.test.selenium.cookie.CookieOptions
 
COORDS - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute COORDS.
copy() - Method in class org.jboss.test.selenium.cookie.CookieOptions
 
count(int) - Method in class org.jboss.test.selenium.waiting.conditions.CountEquals
Returns the CountEquals instance with the count set.
countEquals - Variable in class org.jboss.test.selenium.AbstractTestCase
 
CountEquals - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting if count of elements with given locator is equal to given count.
CountEquals() - Constructor for class org.jboss.test.selenium.waiting.conditions.CountEquals
Instantiates a new text equals.
createCookie(Cookie) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Create a new cookie whose path and domain are same with those of current page under test.
createCookie(Cookie, CreateCookieOptions) - Method in interface org.jboss.test.selenium.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.
createCookie(Cookie) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
createCookie(Cookie, CreateCookieOptions) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
CreateCookieOptions - Class in org.jboss.test.selenium.cookie
Options for creating cookies.
CreateCookieOptions() - Constructor for class org.jboss.test.selenium.cookie.CreateCookieOptions
 
CSS - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating by CSS selectors.
css(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Gets element locator finding elements using CSS selectors.
CssLocator - Class in org.jboss.test.selenium.locator
A element locator using CSS selectors.
CssLocator(String) - Constructor for class org.jboss.test.selenium.locator.CssLocator
Initiates element locator by using CSS selectors.
CssProperty - Class in org.jboss.test.selenium.css
Encapsulates extendable enumeration CSS properties.
CssProperty(String) - Constructor for class org.jboss.test.selenium.css.CssProperty
 

D

DATA - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute DATA.
DBLCLICK - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'dblclick'
DEBUG - Static variable in class org.jboss.test.selenium.encapsulated.LogLevel
DEBUG log level
DECLARE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute DECLARE.
DEFAULT - Static variable in class org.jboss.test.selenium.encapsulated.XpathLibrary
Default library, currently Google's library, see XpathLibrary.AJAXSLT
DEFAULT_INTERVAL - Static variable in class org.jboss.test.selenium.waiting.Wait
Default waiting interval
DEFAULT_TIMEOUT - Static variable in class org.jboss.test.selenium.waiting.Wait
Default waiting timeout
DefaultAttributeLocator<E extends ElementLocator<E>> - Class in org.jboss.test.selenium.locator
Default implementation of locator for element's attributes.
DefaultAttributeLocator(ElementLocator<E>, Attribute) - Constructor for class org.jboss.test.selenium.locator.DefaultAttributeLocator
Instantiates a attribute locator using given elementLocator and the specific attribute.
DefaultWaiting<T extends DefaultWaiting<T>> - Class in org.jboss.test.selenium.waiting
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour and delay on start of waiting.
DefaultWaiting() - Constructor for class org.jboss.test.selenium.waiting.DefaultWaiting
 
deleteAllVisibleCookies() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Calls deleteCookie with recurse=true on all cookies visible to the current page.
deleteAllVisibleCookies() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
deleteCookie(String, DeleteCookieOptions) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Delete a named cookie with specified options.
deleteCookie(String, DeleteCookieOptions) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
DeleteCookieOptions - Class in org.jboss.test.selenium.cookie
Options for deleting cookies.
DeleteCookieOptions() - Constructor for class org.jboss.test.selenium.cookie.DeleteCookieOptions
 
deselectPopUp() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Selects the main window.
deselectPopUp() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
Dimension - Class in org.jboss.test.selenium.geometry
Dimensions of object rendered by browser.
Dimension(int, int) - Constructor for class org.jboss.test.selenium.geometry.Dimension
 
DIR - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute DIR.
DISPLAY - Static variable in class org.jboss.test.selenium.css.CssProperty
 
doAfterCommand() - Method in class org.jboss.test.selenium.guard.request.RequestTypeGuard
Waits for changing the requestDone flag (or for timeout, when flag stay to be NONE).
doBeforeCommand() - Method in class org.jboss.test.selenium.guard.request.RequestTypeGuard
Install the PageExtensions (which is used to figure out, what requestType was actually done) and clear the request type to NONE state.
doCommand(String, String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
 
doCommand(String, String, String) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
 
doCommand(String, String, String) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
DOM - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating by given JavaScript expression.
dom(JavaScript) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Find an element by evaluating the specified JavaScript expression.
domain(String) - Method in class org.jboss.test.selenium.cookie.CookieOptions
Specifies to which domain is cookie bound.
DomLocator - Class in org.jboss.test.selenium.locator
Find an element by evaluating the specified JavaScript expression.
DomLocator(JavaScript) - Constructor for class org.jboss.test.selenium.locator.DomLocator
 
dontFail() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
dontFail() - Method in interface org.jboss.test.selenium.waiting.Waiting
Sets no failure after waiting timeout.
doubleClick(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Double clicks on a link, button, checkbox or radio button.
doubleClick(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
doubleClickAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Doubleclicks on a link, button, checkbox or radio button.
doubleClickAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
Drag - Class in org.jboss.test.selenium.actions
Provides item dragging capability to Selenium tests.
Drag(ElementLocator<?>, ElementLocator<?>) - Constructor for class org.jboss.test.selenium.actions.Drag
Initiates Drag object, handled by given Selenium instance, instructing drag of itemToDrag to dropTarget object.
Drag.Phase - Enum in org.jboss.test.selenium.actions
Enumeration of phases supported by this Drag object.
dragAndDrop(ElementLocator<?>, Offset) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Drags an element a certain distance and then drops it
dragAndDrop(ElementLocator<?>, Offset) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
dragAndDropToObject(ElementLocator<?>, ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Drags an element and drops it on another element
dragAndDropToObject(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
dragdrop(ElementLocator<?>, Offset) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
deprecated - use dragAndDrop instead
dragdrop(ElementLocator<?>, Offset) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
drop() - Method in class org.jboss.test.selenium.actions.Drag
Last phase of dragging.
DUMMY - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute DUMMY.

E

ElementLocationStrategy - Class in org.jboss.test.selenium.locator
Strategy for locating element on the page.
ElementLocationStrategy(String) - Constructor for class org.jboss.test.selenium.locator.ElementLocationStrategy
 
ElementLocator<T extends ElementLocator<T>> - Interface in org.jboss.test.selenium.locator
Locator for locating elements on page.
ElementOcurrenceList<T extends IterableLocator<T>> - Class in org.jboss.test.selenium.locator.iteration
Able to iterate over all occurrences of given locator on whole page.
ElementOcurrenceList(T) - Constructor for class org.jboss.test.selenium.locator.iteration.ElementOcurrenceList
Instantiates a new element ocurrence list.
elementPresent - Variable in class org.jboss.test.selenium.AbstractTestCase
 
ElementPresent - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting, if given element is already present on the page.
ElementPresent() - Constructor for class org.jboss.test.selenium.waiting.conditions.ElementPresent
Instantiates a new element present.
enableNetworkTrafficCapturing(boolean) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Configures if the network traffic should be recorded for Selenium session.
enableNetworkTrafficCapturing(boolean) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
ENCTYPE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ENCTYPE.
ENDTAG - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ENDTAG.
enter() - Method in class org.jboss.test.selenium.actions.Drag
Starts fourth phase of dragging.
equals(Object) - Method in class org.jboss.test.selenium.cookie.Cookie
 
ERROR - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'error'
ERROR - Static variable in class org.jboss.test.selenium.encapsulated.LogLevel
ERROR log level
Event - Class in org.jboss.test.selenium.dom
Encapsulates event definitions from DOM Events model.
Event(String) - Constructor for class org.jboss.test.selenium.dom.Event
Initializes new event.
ExtendedLocator<T extends ExtendedLocator<T>> - Interface in org.jboss.test.selenium.locator
Locator which is iterable and compoundable - it means you can iterate through it's descendants ( IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator).
ExtendedSelenium - Class in org.jboss.test.selenium.framework
Selenium API extended by useful commands.
ExtendedSelenium(CommandProcessor) - Constructor for class org.jboss.test.selenium.framework.ExtendedSelenium
 
ExtendedTypedSelenium - Interface in org.jboss.test.selenium.framework
Extends the common Selenium API by other useful functions wrapped from ExtendedSelenium.
ExtendedTypedSeleniumImpl - Class in org.jboss.test.selenium.framework
Type-safe selenium wrapper for Selenium API with extension of some useful commands defined in ExtendedSelenium
ExtendedTypedSeleniumImpl() - Constructor for class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 

F

FACE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute FACE.
fail() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
Tries to fail by throwing 'failure' throwable.
FailureLoggingTestListener - Class in org.jboss.test.selenium.listener
Test listener which provides the methods injected in lifecycle of test case to catch the additional information in context of test failure.
FailureLoggingTestListener() - Constructor for class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
failuresOutputDir - Variable in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
failWith(Exception) - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
failWith(CharSequence, Object...) - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
failWith(Exception) - Method in interface org.jboss.test.selenium.waiting.Waiting
Returns Waiting object initialized with given exception.
failWith(CharSequence, Object...) - Method in interface org.jboss.test.selenium.waiting.Waiting
Returns preset instance of waiting with given failure message parametrized by given objects.
finalizeBrowser() - Method in class org.jboss.test.selenium.AbstractTestCase
Finalize context after each class run.
fireEvent(ElementLocator<?>, Event) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Explicitly simulate an event, to trigger the corresponding handler.
fireEvent(ElementLocator<?>, Event) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
FLOAT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FOCUS - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'focus'
focus(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.
focus(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
FONT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FONT_FAMILY - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FONT_SIZE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FONT_STYLE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FONT_VARIANT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
FONT_WEIGHT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
format(Object...) - Method in class org.jboss.test.selenium.locator.AbstractElementLocator
 
format(Object...) - Method in class org.jboss.test.selenium.locator.AbstractLocator
 
format(Object...) - Method in interface org.jboss.test.selenium.locator.AttributeLocator
 
format(Object...) - Method in class org.jboss.test.selenium.locator.DefaultAttributeLocator
 
format(Object...) - Method in interface org.jboss.test.selenium.locator.ElementLocator
 
format(Object...) - Method in interface org.jboss.test.selenium.locator.ExtendedLocator
 
format(Object...) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
format(Object...) - Method in interface org.jboss.test.selenium.locator.Locator
 
format(Object...) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
format(String, Object...) - Static method in class org.jboss.test.selenium.utils.text.SimplifiedFormat
Parametrize given string with arguments, using {} or {number} (e.g.
forwardConversion(F) - Method in interface org.jboss.test.selenium.waiting.conversion.Convertor
Convert from object of F type to T type.
forwardConversion(T) - Method in class org.jboss.test.selenium.waiting.conversion.PassOnConvertor
Pass the object
Frame - Class in org.jboss.test.selenium.encapsulated
TODO not implemented yet
Frame() - Constructor for class org.jboss.test.selenium.encapsulated.Frame
 
FRAMEBORDER - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute FRAMEBORDER.
FrameLocator - Class in org.jboss.test.selenium.encapsulated
The Encapsulation of element locator.
FrameLocator(String) - Constructor for class org.jboss.test.selenium.encapsulated.FrameLocator
 
fromFile(File) - Static method in class org.jboss.test.selenium.encapsulated.JavaScript
Loads the JavaScript from file.
fromResource(String) - Static method in class org.jboss.test.selenium.encapsulated.JavaScript
Loads the JavaScript from classpath resource.

G

getAlert() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the message of a JavaScript alert generated during the previous action, or fail if there were no alerts.
getAlert() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllButtons() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all buttons on the page.
getAllButtons() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllChildren() - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets the all children of element given by this locator
getAllChildren() - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getAllChildren() - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getAllCookies() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Return all cookies of the current page under test.
getAllCookies() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllFields() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all input fields on the page.
getAllFields() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllLinks() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all links on the page.
getAllLinks() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllOccurrences() - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets the all occurrences of element given by this locator
getAllOccurrences() - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getAllOccurrences() - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getAllWindowIds() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the IDs of all windows that the browser knows about.
getAllWindowIds() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllWindowNames() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the names of all windows that the browser knows about.
getAllWindowNames() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAllWindowTitles() - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the titles of all windows that the browser knows about.
getAllWindowTitles() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getArguments() - Method in class org.jboss.test.selenium.interception.CommandContext
Returns the arguments of the command.
getAsNameValuePair() - Method in class org.jboss.test.selenium.cookie.Cookie
 
getAssociatedElement() - Method in interface org.jboss.test.selenium.locator.AttributeLocator
Returns the underlying element what associates attribute given by this locator to
getAssociatedElement() - Method in class org.jboss.test.selenium.locator.DefaultAttributeLocator
 
getAsString() - Method in class org.jboss.test.selenium.browser.Browser
Gets a string representation of browser.
getAsString() - Method in class org.jboss.test.selenium.cookie.CookieOptions
 
getAsString() - Method in class org.jboss.test.selenium.cookie.CreateCookieOptions
 
getAsString() - Method in class org.jboss.test.selenium.cookie.DeleteCookieOptions
 
getAsString() - Method in class org.jboss.test.selenium.encapsulated.FrameLocator
 
getAsString() - Method in class org.jboss.test.selenium.encapsulated.JavaScript
Gets the JavaScript as string
getAsString() - Method in class org.jboss.test.selenium.locator.AbstractLocator
 
getAsString() - Method in interface org.jboss.test.selenium.locator.Locator
Returns the locator represented as string used in Selenium to locate elements.
getAttribute(AttributeLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the value of an element attribute.
getAttribute(AttributeLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAttribute(Attribute) - Method in class org.jboss.test.selenium.locator.AbstractElementLocator
Returns the default locator for attribute belongs to this locator.
getAttribute() - Method in interface org.jboss.test.selenium.locator.AttributeLocator
Returns the type of attribute which this locator points to.
getAttribute() - Method in class org.jboss.test.selenium.locator.DefaultAttributeLocator
 
getAttribute(Attribute) - Method in interface org.jboss.test.selenium.locator.ElementLocator
Returns the locator for attribute for given locator.
getAttributeFromAllWindows(Attribute) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns every instance of some attribute from all known windows.
getAttributeFromAllWindows(Attribute) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getAttributeName() - Method in class org.jboss.test.selenium.locator.Attribute
Gets the attribute name.
getBodyText() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the entire text of the page.
getBodyText() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getBrowser() - Static method in class org.jboss.test.selenium.SystemProperties
Returns current browser implementation used in tests.
getBrowserType() - Method in enum org.jboss.test.selenium.browser.BrowserMode
Gets the browser type.
getChild(T) - Method in interface org.jboss.test.selenium.locator.CompoundableLocator
Gets a child of this locator by composing this locator with given elementLocator.
getChild(CssLocator) - Method in class org.jboss.test.selenium.locator.CssLocator
 
getChild(JQueryLocator) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getChild(XpathLocator) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getChildren(T) - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets the children given by locator composed from this locator and given elementLocator.
getChildren(JQueryLocator) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getChildren(XpathLocator) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getClassMethodName(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestInfo
Get class + method name from ITestResult
getClassName(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestInfo
Get class name from ITestResult
getCommand() - Method in class org.jboss.test.selenium.interception.CommandContext
Returns the command.
getCommandProcessorProxy() - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Returns the command processor proxied with functionality of all associated interceptors.
getConfirmation() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the message of a JavaScript confirmation dialog generated during the previous action.
getConfirmation() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getContainingPackageName(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestInfo
Get last containing package name from ITestResult
getContextPath() - Static method in class org.jboss.test.selenium.SystemProperties
Returns context path, the URL for application context incl.
getContextRoot() - Static method in class org.jboss.test.selenium.SystemProperties
Returns context root, the root URL for server instance.
getConvertor() - Method in interface org.jboss.test.selenium.waiting.ajax.JavaScriptRetriever
Gets the convertor for converting JavaScript representation to Object representation and vice versa.
getConvertor() - Method in class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
Uses PassOnConvertor to pass the JavaScript result to result value.
getConvertor() - Method in class org.jboss.test.selenium.waiting.retrievers.TextRetriever
Uses PassOnConvertor to pass the JavaScript result to result value.
getCookieByName(String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns the value of the cookie with the specified name, or throws an error if the cookie is not present.
getCookieByName(String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getCoords() - Method in class org.jboss.test.selenium.geometry.Point
Gets coordinations of this point as string used in Selenium.
getCount(IterableLocator<?>) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
 
getCount(IterableLocator<?>) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
getCount(IterableLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns the number of elements that match the specified locator.
getCount(IterableLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getCursorPosition(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
getCursorPosition(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getDescendant(T) - Method in interface org.jboss.test.selenium.locator.CompoundableLocator
Gets a descendant of this locator by composing this locator with given elementLocator.
getDescendant(CssLocator) - Method in class org.jboss.test.selenium.locator.CssLocator
 
getDescendant(JQueryLocator) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getDescendant(XpathLocator) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getDescendants(T) - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets all the descendants for this locator specified by composed locator from this locator and given elementLocator.
getDescendants(JQueryLocator) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getDescendants(XpathLocator) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getDomain() - Method in class org.jboss.test.selenium.cookie.CookieOptions
 
getElementDimension(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrievers the element dimensions (width, height)
getElementDimension(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementHeight(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the height of an element
getElementHeight(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementIndex(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Get the relative index of an element to its parent (starting from 0).
getElementIndex(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementPosition(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the position of an element
getElementPosition(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementPositionLeft(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the horizontal position of an element
getElementPositionLeft(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementPositionTop(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the vertical position of an element
getElementPositionTop(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getElementWidth(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the width of an element
getElementWidth(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getEval(JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the result of evaluating the specified JavaScript snippet.
getEval(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getEventName() - Method in class org.jboss.test.selenium.dom.Event
Returns the name of this event as it is specified in DOM Event model.
getExpression(JavaScript) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Returns the specified expression.
getExpression(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getExtendedSelenium() - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
getFilenameIdentification(ITestResult) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
getHeight() - Method in class org.jboss.test.selenium.geometry.Dimension
 
getHtmlSource() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns the entire HTML source between the opening and closing "html" tags.
getHtmlSource() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getIdentification() - Method in class org.jboss.test.selenium.encapsulated.JavaScript
Gets a identification for this script based on script's hashcode.
getInstance() - Static method in class org.jboss.test.selenium.framework.AjaxSeleniumProxy
Returns the instance of proxy to thread local context of AjaxSelenium
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.AlertEquals
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.AlertPresent
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.AttributeEquals
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.AttributePresent
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.CountEquals
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.ElementPresent
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.IsDisplayed
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.IsNotDisplayed
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.conditions.TextEquals
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
Factory method.
getInstance() - Static method in class org.jboss.test.selenium.waiting.retrievers.TextRetriever
Factory method.
getInterceptionProxy() - Method in interface org.jboss.test.selenium.framework.AjaxSelenium
Returns associated command interception proxy
getInterceptionProxy() - Method in class org.jboss.test.selenium.framework.AjaxSeleniumImpl
 
getInterval() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
Returns the interval set for this object.
getJavaScriptCondition() - Method in interface org.jboss.test.selenium.waiting.ajax.JavaScriptCondition
Gets JavaScript which define condition what it should be waited for satisfaction.
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.AlertEquals
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.AlertPresent
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.AttributeEquals
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.AttributePresent
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.CountEquals
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.ElementPresent
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.IsDisplayed
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.IsNotDisplayed
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
 
getJavaScriptCondition() - Method in class org.jboss.test.selenium.waiting.conditions.TextEquals
 
getJavaScriptRetrieve() - Method in interface org.jboss.test.selenium.waiting.ajax.JavaScriptRetriever
Gets the code for retrieving value on JavaScript side.
getJavaScriptRetrieve() - Method in class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
JavaScript expression to retrieve attribute value from element given by attributeLocator
getJavaScriptRetrieve() - Method in class org.jboss.test.selenium.waiting.retrievers.TextRetriever
JavaScript expression to retrieve text value from element given by elementLocator
getJQueryCount(String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Returns the number of elements with given jQuery locator.
getLocation() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the absolute URL of the current page.
getLocation() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.CssLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.DefaultAttributeLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.DomLocator
 
getLocationStrategy() - Method in interface org.jboss.test.selenium.locator.ElementLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.IdentifierLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.IdLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.LinkLocator
 
getLocationStrategy() - Method in interface org.jboss.test.selenium.locator.Locator
Returns the location strategy for this element
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.NameLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.option.OptionIdLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.option.OptionIndexLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.option.OptionLabelLocator
 
getLocationStrategy() - Method in interface org.jboss.test.selenium.locator.option.OptionLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.option.OptionValueLocator
 
getLocationStrategy() - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getLogLevelName() - Method in class org.jboss.test.selenium.encapsulated.LogLevel
Gets the log level name.
getMavenProjectBuildDirectory() - Static method in class org.jboss.test.selenium.SystemProperties
Returns current maven project build (target) directory.
getMavenResourcesDir() - Static method in class org.jboss.test.selenium.SystemProperties
Returns current maven resources dir, such as images, XMLs, etc.
getMaxAge() - Method in class org.jboss.test.selenium.cookie.CreateCookieOptions
 
getMessage() - Method in exception org.jboss.test.selenium.guard.request.RequestTypeGuardException
 
getMessage(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
getMessage(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
getMethodName(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestInfo
Get method name from ITestResult
getMode() - Method in class org.jboss.test.selenium.browser.Browser
Gets the browser's mode (see Browser).
getMode() - Method in enum org.jboss.test.selenium.browser.BrowserMode
Gets string representations of mode.
getModesFromTypes(EnumSet<BrowserType>) - Static method in enum org.jboss.test.selenium.browser.BrowserMode
Gets the set of browser modes, which are associated with browsers given by types (see BrowserType).
getMouseSpeed() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
getMouseSpeed() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getMovement() - Method in class org.jboss.test.selenium.geometry.Offset
Returns the movement as it is used in Selenium.
getName() - Method in class org.jboss.test.selenium.cookie.Cookie
 
getNthChildElement(int) - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets the N-th child element of this locator.
getNthChildElement(int) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getNthChildElement(int) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getNthOccurence(int) - Method in interface org.jboss.test.selenium.locator.IterableLocator
Gets the N-th occurence of descendant for this locator's element
getNthOccurence(int) - Method in class org.jboss.test.selenium.locator.JQueryLocator
 
getNthOccurence(int) - Method in class org.jboss.test.selenium.locator.XpathLocator
 
getPackageClassMethodName(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestInfo
Get package + class + method name from ITestResult
getPageExtensions() - Method in interface org.jboss.test.selenium.framework.AjaxSelenium
Gets a PageExtensions object.
getPageExtensions() - Method in class org.jboss.test.selenium.framework.AjaxSeleniumImpl
 
getPath() - Method in class org.jboss.test.selenium.cookie.CookieOptions
 
getPrompt() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieves the message of a JavaScript question prompt dialog generated during the previous action.
getPrompt() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getPropertyName() - Method in class org.jboss.test.selenium.css.CssProperty
 
getRawLocator() - Method in class org.jboss.test.selenium.locator.AbstractLocator
 
getRawLocator() - Method in class org.jboss.test.selenium.locator.DefaultAttributeLocator
 
getRawLocator() - Method in interface org.jboss.test.selenium.locator.Locator
Returns the raw locator (without the prefix defining location strategy) representation.
getRawLocator(AbstractLocator<?>) - Static method in class org.jboss.test.selenium.locator.LocatorUtils
Deprecated. 
getRequestDone() - Method in exception org.jboss.test.selenium.guard.request.RequestTypeGuardException
Returns the RequestType which was actually done
getRequestExpected() - Method in exception org.jboss.test.selenium.guard.request.RequestTypeGuardException
Returns the RequestType which was expected to be done
getRequestInterceptor() - Method in interface org.jboss.test.selenium.framework.AjaxSelenium
Returns the RequestInterceptor object
getRequestInterceptor() - Method in class org.jboss.test.selenium.framework.AjaxSeleniumImpl
 
getRequestTypeDone() - Method in class org.jboss.test.selenium.request.RequestInterceptor
Obtains the done requestType from page.
getSelectedId(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets option element ID for selected option in the specified select element.
getSelectedId(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedIds(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets all option element IDs for selected options in the specified select or multi-select element.
getSelectedIds(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedIndex(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets option index (option number, starting at 0) for selected option in the specified select element.
getSelectedIndex(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedIndexes(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets all option indexes (option number, starting at 0) for selected options in the specified select or multi-select element.
getSelectedIndexes(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedLabel(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets option label (visible text) for selected option in the specified select element.
getSelectedLabel(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedLabels(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets all option labels (visible text) for selected options in the specified select or multi-select element.
getSelectedLabels(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedValue(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets option value (value attribute) for selected option in the specified select element.
getSelectedValue(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectedValues(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets all option values (value attributes) for selected options in the specified select or multi-select element.
getSelectedValues(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSelectOptions(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets all option labels in the specified select drop-down.
getSelectOptions(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getSeleniumExtensions() - Method in interface org.jboss.test.selenium.framework.AjaxSelenium
Returns a SeleniumExtensions object.
getSeleniumExtensions() - Method in class org.jboss.test.selenium.framework.AjaxSeleniumImpl
 
getSeleniumHost() - Static method in class org.jboss.test.selenium.SystemProperties
Returns the host of Selenium Server
getSeleniumLogIdentification(ITestResult) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
getSeleniumPort() - Static method in class org.jboss.test.selenium.SystemProperties
Returns the port for Selenium Server
getSeleniumSpeed() - Static method in class org.jboss.test.selenium.SystemProperties
Returns the speed of performing selenium commands
getSeleniumTimeout(SystemProperties.SeleniumTimeoutType) - Static method in class org.jboss.test.selenium.SystemProperties
Returns the predefined timeout for given type.
getSpeed() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Get execution speed (i.e., get the millisecond length of the delay following each selenium operation).
getSpeed() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getStrategyName() - Method in class org.jboss.test.selenium.locator.AbstractLocationStrategy
 
getStrategyName() - Method in interface org.jboss.test.selenium.locator.LocationStrategy
Gets the strategy name used to express location strategy in Selenium API.
getStyle(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Get current style value of element given by locator.
getStyle(ElementLocator<?>, String) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Deprecated. 
getStyle(ElementLocator<?>, CssProperty) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Get current style value of element given by locator.
getStyle(ElementLocator<?>, String) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
getStyle(ElementLocator<?>, CssProperty) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
getTestDescription(ITestResult) - Static method in class org.jboss.test.selenium.utils.testng.TestLoggingUtils
Obtains detailed test description from ITestResult.
getText(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the text of an element.
getText(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getTimeout() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
Returns the timeout set for this object.
getTitle() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the title of the current page.
getTitle() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getTraffic() - Method in class org.jboss.test.selenium.encapsulated.NetworkTraffic
Returns string representation of network traffic data
getType() - Method in class org.jboss.test.selenium.browser.Browser
Gets the type of browser.
getType() - Method in class org.jboss.test.selenium.encapsulated.NetworkTraffic
Returns the associated output format type
getType() - Method in class org.jboss.test.selenium.encapsulated.NetworkTrafficType
Returns the type's string identifier
getValue() - Method in class org.jboss.test.selenium.cookie.Cookie
 
getValue(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
getValue(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getValue() - Method in class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
getValue() - Method in interface org.jboss.test.selenium.waiting.retrievers.RetrievedValueHolder
Returns the last retrieved value.
getWhetherThisFrameMatchFrameExpression(Frame, Frame) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Determine whether current/locator identify the frame containing this running code.
getWhetherThisFrameMatchFrameExpression(Frame, Frame) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getWhetherThisWindowMatchWindowExpression(Window, Window) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Determine whether currentWindowString plus target identify the window containing this running code.
getWhetherThisWindowMatchWindowExpression(Window, Window) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
getWidth() - Method in class org.jboss.test.selenium.geometry.Dimension
 
getX() - Method in class org.jboss.test.selenium.geometry.Point
 
getXpathLibraryName() - Method in class org.jboss.test.selenium.encapsulated.XpathLibrary
Gets the xpath library name.
getY() - Method in class org.jboss.test.selenium.geometry.Point
 
goBack() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates the user clicking the "back" button on their browser.
goBack() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
guard(AjaxSelenium, RequestType) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering a guard for specified request type on given selenium object.
GuardedCommands - Class in org.jboss.test.selenium.guard
This utility class contains the collections of commands of specific types.
guardHttp(AjaxSelenium) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering a regular HTTP request on given selenium object.
guardNoRequest(AjaxSelenium) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering a guard for no request on given selenium object.
guardXhr(AjaxSelenium) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering a XMLHttpRequest on given selenium object.

H

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

I

ID - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ID.
ID - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements by given id attribute.
id(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Locates the element with specified @id attribute.
ID - Static variable in class org.jboss.test.selenium.locator.option.OptionLocationStrategy
Strategy for location using option id
IDENTIFIER - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements by given id or by name as a fallback
IdentifierLocator - Class in org.jboss.test.selenium.locator
Locates the element with the specified @id attribute.
IdentifierLocator(String) - Constructor for class org.jboss.test.selenium.locator.IdentifierLocator
 
IdLocator - Class in org.jboss.test.selenium.locator
Locates the element with specified @id attribute.
IdLocator(String) - Constructor for class org.jboss.test.selenium.locator.IdLocator
 
ignoreAttributesWithoutValue(boolean) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Specifies whether Selenium will ignore xpath attributes that have no value, i.e.
ignoreAttributesWithoutValue(boolean) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
immutableCopy() - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Creates immutable copy of this command processor with all interceptors registered.
INDEX - Static variable in class org.jboss.test.selenium.locator.option.OptionLocationStrategy
Strategy for location using option index
INFO - Static variable in class org.jboss.test.selenium.encapsulated.LogLevel
INFO log level
initializeBrowser() - Method in class org.jboss.test.selenium.AbstractTestCase
Initializes context before each class run.
initializeExtensions() - Method in class org.jboss.test.selenium.AbstractTestCase
Initializes page and Selenium's extensions to correctly install before test run.
initializeParameters() - Method in class org.jboss.test.selenium.AbstractTestCase
 
initializeValue() - Method in class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
initializeValue() - Method in interface org.jboss.test.selenium.waiting.retrievers.RetrievedValueHolder
Initializes the value associated to this retriever internally.
initializeWaitTimeouts() - Method in class org.jboss.test.selenium.AbstractTestCase
Initializes the timeouts for waiting on interaction
initInteractiveCommands() - Static method in class org.jboss.test.selenium.guard.GuardedCommands
Inits the set of interactive commands.
install() - Method in class org.jboss.test.selenium.framework.internal.PageExtensions
Install.
INTERACTIVE_COMMANDS - Static variable in class org.jboss.test.selenium.guard.GuardedCommands
Collection of interactive commands
intercept(CommandContext) - Method in class org.jboss.test.selenium.ajaxaware.AjaxAwareInterceptor
Executes the command wrapped in exception handler.
intercept(CommandContext) - Method in class org.jboss.test.selenium.guard.request.RequestTypeGuard
Enfolds the command with guarding code to detect request type
intercept(CommandContext) - Method in interface org.jboss.test.selenium.interception.CommandInterceptor
When processing custom logic must satisfy, that at least once will be called method CommandContext.invoke().
InterceptionProxy - Class in org.jboss.test.selenium.interception
The proxy for command processor which instead of direct executing of given command triggers logic of all associated interceptors.
InterceptionProxy(CommandProcessor) - Constructor for class org.jboss.test.selenium.interception.InterceptionProxy
Constructs new proxy with associated command processor
interval(long) - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
interval(long) - Method in interface org.jboss.test.selenium.waiting.Waiting
Returns instance of waiting with same properties like this object and interval set to given interval.
invoke(Object, Method, Object[]) - Method in class org.jboss.test.selenium.framework.AjaxSeleniumProxy
End point for handling invocations on proxy
invoke() - Method in class org.jboss.test.selenium.interception.CommandContext
For each remaining interceptor in list call it's intercept method.
invoke(Object, Method, Object[]) - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Proxies all the request on associated command processor.
isAlertPresent() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Has an alert occurred?
isAlertPresent() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isAttributePresent(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Verifies that the specified attribute is defined for the element.
isAttributePresent(AttributeLocator<?>) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Verifies that the specified attribute is defined for the element.
isAttributePresent(AttributeLocator<?>) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
isChecked(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gets whether a toggle-button (checkbox/radio) is checked.
isChecked(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isConfirmationPresent() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Has confirm() been called?
isConfirmationPresent() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isContextInitialized() - Static method in class org.jboss.test.selenium.framework.AjaxSeleniumProxy
 
isCookiePresent(String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Returns true if a cookie with the specified name is present, or false otherwise.
isCookiePresent(String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isDelayed() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
Returns if this waiting's start is delayed.
isDisplayed - Variable in class org.jboss.test.selenium.AbstractTestCase
 
isDisplayed(String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Returns whether the element is displayed on the page.
isDisplayed(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Returns whether the element is displayed on the page.
isDisplayed(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
IsDisplayed - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting until given element is displayed.
IsDisplayed() - Constructor for class org.jboss.test.selenium.waiting.conditions.IsDisplayed
Instantiates a new element present.
isEditable(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Determines whether the specified input element is editable, ie hasn't been disabled.
isEditable(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isElementPresent(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Verifies that the specified element is somewhere on the page.
isElementPresent(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isInstalled() - Method in class org.jboss.test.selenium.framework.internal.PageExtensions
Checks if RichFacesSelenium is already installed
ISMAP - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ISMAP.
isNetworkTrafficCapturingEnabled() - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Returns whether the network traffic should be recorded or not
isNetworkTrafficCapturingEnabled() - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
isNotDisplayed - Variable in class org.jboss.test.selenium.AbstractTestCase
 
IsNotDisplayed - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting until given element is not displayed.
IsNotDisplayed() - Constructor for class org.jboss.test.selenium.waiting.conditions.IsNotDisplayed
Instantiates a new condition
isOrdered(ElementLocator<?>, ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Check if these two elements have same parent and are ordered siblings in the DOM.
isOrdered(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isPromptPresent() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Has a prompt occurred?
isPromptPresent() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isRecurse() - Method in class org.jboss.test.selenium.cookie.DeleteCookieOptions
 
isSeleniumDebug() - Static method in class org.jboss.test.selenium.SystemProperties
Returns if Selenium test is in debug mode
isSeleniumMaximize() - Static method in class org.jboss.test.selenium.SystemProperties
Returns whenever should browser window be maximized after start.
isSeleniumNetworkTrafficEnabled() - Static method in class org.jboss.test.selenium.SystemProperties
Returns if the network traffic should be captured during the selenium session.
isSomethingSelected(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Determines whether some option in a drop-down menu is selected.
isSomethingSelected(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isStarted() - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Indicates if selenium session was already successfully started.
isStarted() - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
isTestBrowserEnabled(String, String, String, String) - Method in class org.jboss.test.selenium.AbstractTestCase
Check whenever the current test is enabled for selected browser (evaluated from testng.xml).
isTextPresent(String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Verifies that the specified text pattern appears somewhere on the rendered page shown to the user.
isTextPresent(String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.AlertEquals
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.AlertPresent
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.AttributeEquals
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.AttributePresent
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.CountEquals
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.ElementPresent
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.IsDisplayed
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.IsNotDisplayed
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
 
isTrue() - Method in class org.jboss.test.selenium.waiting.conditions.TextEquals
 
isTrue() - Method in interface org.jboss.test.selenium.waiting.selenium.SeleniumCondition
Returns true if condition is satisfied, false if it isn't.
isValueChanged() - Method in class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
isVisible(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Determines if the specified element is visible.
isVisible(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
IterableLocator<T extends IterableLocator<T>> - Interface in org.jboss.test.selenium.locator
Locator which can iterate over it's descendant.
IterationAndCompositionSample - Class in org.jboss.test.selenium.samples
Sample of iteration and composition of element locators.
IterationAndCompositionSample() - Constructor for class org.jboss.test.selenium.samples.IterationAndCompositionSample
 
iterator() - Method in class org.jboss.test.selenium.locator.iteration.AbstractElementList
 

J

JavaScript - Class in org.jboss.test.selenium.encapsulated
Encapsulates JavaScript definitions.
JavaScript(String) - Constructor for class org.jboss.test.selenium.encapsulated.JavaScript
Instantiates a new java script.
JAVASCRIPT_XPATH - Static variable in class org.jboss.test.selenium.encapsulated.XpathLibrary
Cybozu Labs' faster library
JavaScriptCondition - Interface in org.jboss.test.selenium.waiting.ajax
Condition using JavaScript to decide when it is already satisfied.
JavaScriptRetriever<T> - Interface in org.jboss.test.selenium.waiting.ajax
JavaScript code obtaining the value convertable to T type.
join(JavaScript) - Method in class org.jboss.test.selenium.encapsulated.JavaScript
Joins this JavaScript object with another JavaScript object to single JavaScript.
jq(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Locates the element using JQuery Selector syntax.
JQUERY - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements using JQuery Selector syntax.
JQueryLocator - Class in org.jboss.test.selenium.locator
Locates the element using JQuery Selector syntax.
JQueryLocator(String) - Constructor for class org.jboss.test.selenium.locator.JQueryLocator
Instantiates a new jQuery locator.
js(String) - Static method in class org.jboss.test.selenium.encapsulated.JavaScript
The factory method for JavaScript object
JSON - Static variable in class org.jboss.test.selenium.encapsulated.NetworkTrafficType
The network traffic in JSON format type

K

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

L

LABEL - Static variable in class org.jboss.test.selenium.locator.option.OptionLocationStrategy
Strategy for location using options label
LANG - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute LANG.
LANGUAGE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute LANGUAGE.
LETTER_SPACING - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LINE_HEIGHT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LINK - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute LINK.
LINK - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements by text of the link (anchor)
link(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Locates the link (anchor) element which contains text matching the specified pattern.
LinkLocator - Class in org.jboss.test.selenium.locator
Locates the link (anchor) element which contains text matching the specified pattern.
LinkLocator(String) - Constructor for class org.jboss.test.selenium.locator.LinkLocator
 
LIST_STYLE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LIST_STYLE_IMAGE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LIST_STYLE_POSITION - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LIST_STYLE_TYPE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
LOAD - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'load'
loadFromResources(List<String>) - Method in class org.jboss.test.selenium.framework.internal.PageExtensions
Loads the page JS extensions from resources defined by list of resource names.
LocationStrategy - Interface in org.jboss.test.selenium.locator
Strategy for locating items on page.
Locator<T extends Locator<T>> - Interface in org.jboss.test.selenium.locator
Locates the object by given strategy and parameters.
locator(AttributeLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.AttributeEquals
Returns the AttributeEquals instance with given attributeLocator preset.
locator(AttributeLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.AttributePresent
Returns the AttributePresent instance with given attributeLocator set.
locator(IterableLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.CountEquals
Returns the CountEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.ElementPresent
Returns the ElementPresent instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.IsDisplayed
Returns the ElementPresent instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.IsNotDisplayed
Returns the IsNotDisplayed instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
Returns the StyleEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.conditions.TextEquals
Returns the TextEquals instance with given elementLocator set.
locator(ElementLocator<?>) - Method in class org.jboss.test.selenium.waiting.retrievers.TextRetriever
Gets a TextRetriever object preset with elementLocator to given value.
LocatorFactory - Class in org.jboss.test.selenium.locator
Utility class simplifying creation of locators of various types providing it's factories.
LocatorUtils - Class in org.jboss.test.selenium.locator
Utility class for locators.
LogLevel - Class in org.jboss.test.selenium.encapsulated
Logging level of Selenium command processor.
LogLevel(String) - Constructor for class org.jboss.test.selenium.encapsulated.LogLevel
Instantiates a new log level.
logToBrowser(String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Writes a message to the status bar and adds a note to the browser-side log.
logToBrowser(String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
LOWSRC - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute LOWSRC.

M

MARGIN - Static variable in class org.jboss.test.selenium.css.CssProperty
 
MARGIN_BOTTOM - Static variable in class org.jboss.test.selenium.css.CssProperty
 
MARGIN_LEFT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
MARGIN_RIGHT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
MARGIN_TOP - Static variable in class org.jboss.test.selenium.css.CssProperty
 
MARGINHEIGHT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute MARGINHEIGHT.
MARGINWIDTH - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute MARGINWIDTH.
mavenProjectBuildDirectory - Variable in class org.jboss.test.selenium.AbstractTestCase
Introduce some maven build properties
mavenProjectBuildDirectory - Variable in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
mavenResourcesDir - Variable in class org.jboss.test.selenium.AbstractTestCase
 
maxAge(long) - Method in class org.jboss.test.selenium.cookie.CreateCookieOptions
Specifies max time to live in seconds.
MAXLENGTH - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute MAXLENGTH.
message(String) - Method in class org.jboss.test.selenium.waiting.conditions.AlertEquals
Returns the AlertEquals instance with text set.
metaKeyDown() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Press the meta key and hold it down until doMetaUp() is called or a new page is loaded.
metaKeyDown() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
metaKeyUp() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Release the meta key.
metaKeyUp() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
METHOD - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute METHOD.
minus(Point) - Method in class org.jboss.test.selenium.geometry.Point
 
MOUSEDOWN - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'mousedown'
mouseDown(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) on the specified element.
mouseDown(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseDownAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the left mouse button (without releasing it yet) at the specified location.
mouseDownAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseDownRight(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) on the specified element.
mouseDownRight(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseDownRightAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
mouseDownRightAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
MOUSEMOVE - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'mousemove'
mouseMove(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
mouseMove(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseMoveAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user pressing the mouse button (without releasing it yet) on the specified element.
mouseMoveAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseOut() - Method in class org.jboss.test.selenium.actions.Drag
Starts second phase of dragging.
MOUSEOUT - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'mouseout'
mouseOut(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user moving the mouse pointer away from the specified element.
mouseOut(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseOutAt(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Simulates a user hovering a mouse out of the specified element at specific coordinates relative to element.
mouseOutAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Simulates a user hovering a mouse out of the specified element at specific coordinates relative to element.
mouseOutAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
MOUSEOVER - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'mouseover'
mouseOver(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates a user hovering a mouse over the specified element.
mouseOver(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseOverAt(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element.
mouseOverAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element.
mouseOverAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
MOUSEUP - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'mouseup'
mouseUp(ElementLocator<?>) - Method in interface org.jboss.test.selenium.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.
mouseUp(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseUpAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.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.
mouseUpAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseUpRight(ElementLocator<?>) - Method in interface org.jboss.test.selenium.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.
mouseUpRight(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
mouseUpRightAt(ElementLocator<?>, Point) - Method in interface org.jboss.test.selenium.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.
mouseUpRightAt(ElementLocator<?>, Point) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
move() - Method in class org.jboss.test.selenium.actions.Drag
Starts third phase of dragging.
MULTIPLE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute MULTIPLE.

N

N - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute N.
NAME - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute NAME.
NAME - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements by given name attribute.
name(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Locates the first element with the specified @name attribute.
NameLocator - Class in org.jboss.test.selenium.locator
Locates the first element with the specified @name attribute.
NameLocator(String) - Constructor for class org.jboss.test.selenium.locator.NameLocator
 
NetworkTraffic - Class in org.jboss.test.selenium.encapsulated
The encapsulation of network traffic proceeded in tested scenario.
NetworkTraffic(NetworkTrafficType, String) - Constructor for class org.jboss.test.selenium.encapsulated.NetworkTraffic
Constructs the representation of network traffic with associated format type.
NetworkTrafficType - Class in org.jboss.test.selenium.encapsulated
The enumeration of supported network traffic types.
NetworkTrafficType(String) - Constructor for class org.jboss.test.selenium.encapsulated.NetworkTrafficType
Constructs the new network traffic output format type using it's string identifier
next() - Method in class org.jboss.test.selenium.locator.iteration.AbstractElementList.ElementIterator
 
noDelay() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
noDelay() - Method in interface org.jboss.test.selenium.waiting.Waiting
Sets no delay between start of waiting and first test for conditions.
NOHREF - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute NOHREF.
NORESIZE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute NORESIZE.
NOSHADE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute NOSHADE.
NOWRAP - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute NOWRAP.

O

OFF - Static variable in class org.jboss.test.selenium.encapsulated.LogLevel
Logging OFF
Offset - Class in org.jboss.test.selenium.geometry
Offset for movement on browser-rendered canvas.
Offset(int, int) - Constructor for class org.jboss.test.selenium.geometry.Offset
 
onConfigurationFailure(ITestResult) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
onFailure(ITestResult) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
onStart(ITestContext) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
onTestFailure(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
onTestFailure(ITestResult) - Method in class org.jboss.test.selenium.listener.FailureLoggingTestListener
 
onTestFailure(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
onTestSkipped(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
onTestSkipped(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
onTestStart(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
onTestStart(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
onTestSuccess(ITestResult) - Method in class org.jboss.test.selenium.listener.ConsoleStatusTestListener
 
onTestSuccess(ITestResult) - Method in class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
open(String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
 
open(URL) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Opens an URL in the test frame.
open(URL) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
openWindow(URL, WindowId) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Opens a popup window (if a window with that ID isn't already open).
openWindow(URL, WindowId) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
optionId(String) - Static method in class org.jboss.test.selenium.locator.option.OptionLocatorFactory
Locates the select option with specified id.
OptionIdLocator - Class in org.jboss.test.selenium.locator.option
Locates the select option with specified id.
OptionIdLocator(String) - Constructor for class org.jboss.test.selenium.locator.option.OptionIdLocator
 
optionIndex(int) - Static method in class org.jboss.test.selenium.locator.option.OptionLocatorFactory
Locates the select option based on its index (offset from zero).
OptionIndexLocator - Class in org.jboss.test.selenium.locator.option
Locates the select option based on its index (offset from zero).
OptionIndexLocator(int) - Constructor for class org.jboss.test.selenium.locator.option.OptionIndexLocator
 
optionLabel(String) - Static method in class org.jboss.test.selenium.locator.option.OptionLocatorFactory
Locates select options based on their labels, i.e.
OptionLabelLocator - Class in org.jboss.test.selenium.locator.option
Locates select options based on their labels, i.e.
OptionLabelLocator(String) - Constructor for class org.jboss.test.selenium.locator.option.OptionLabelLocator
 
OptionLocationStrategy - Class in org.jboss.test.selenium.locator.option
Strategy for locating select options on the page.
OptionLocationStrategy(String) - Constructor for class org.jboss.test.selenium.locator.option.OptionLocationStrategy
 
OptionLocator<T extends OptionLocator<T>> - Interface in org.jboss.test.selenium.locator.option
Locator for locating select options on page.
OptionLocatorFactory - Class in org.jboss.test.selenium.locator.option
Utility class simplifying creation of option locators of various types providing it's factories.
optionValue(String) - Static method in class org.jboss.test.selenium.locator.option.OptionLocatorFactory
Locates select options based on their values.
OptionValueLocator - Class in org.jboss.test.selenium.locator.option
Locates select options based on their values.
OptionValueLocator(String) - Constructor for class org.jboss.test.selenium.locator.option.OptionValueLocator
 
org.jboss.test.selenium - package org.jboss.test.selenium
 
org.jboss.test.selenium.actions - package org.jboss.test.selenium.actions
 
org.jboss.test.selenium.ajaxaware - package org.jboss.test.selenium.ajaxaware
 
org.jboss.test.selenium.browser - package org.jboss.test.selenium.browser
 
org.jboss.test.selenium.cookie - package org.jboss.test.selenium.cookie
 
org.jboss.test.selenium.css - package org.jboss.test.selenium.css
 
org.jboss.test.selenium.dom - package org.jboss.test.selenium.dom
 
org.jboss.test.selenium.encapsulated - package org.jboss.test.selenium.encapsulated
 
org.jboss.test.selenium.framework - package org.jboss.test.selenium.framework
 
org.jboss.test.selenium.framework.internal - package org.jboss.test.selenium.framework.internal
 
org.jboss.test.selenium.geometry - package org.jboss.test.selenium.geometry
 
org.jboss.test.selenium.guard - package org.jboss.test.selenium.guard
 
org.jboss.test.selenium.guard.request - package org.jboss.test.selenium.guard.request
 
org.jboss.test.selenium.interception - package org.jboss.test.selenium.interception
 
org.jboss.test.selenium.listener - package org.jboss.test.selenium.listener
 
org.jboss.test.selenium.locator - package org.jboss.test.selenium.locator
 
org.jboss.test.selenium.locator.iteration - package org.jboss.test.selenium.locator.iteration
 
org.jboss.test.selenium.locator.option - package org.jboss.test.selenium.locator.option
 
org.jboss.test.selenium.request - package org.jboss.test.selenium.request
 
org.jboss.test.selenium.samples - package org.jboss.test.selenium.samples
 
org.jboss.test.selenium.utils - package org.jboss.test.selenium.utils
 
org.jboss.test.selenium.utils.array - package org.jboss.test.selenium.utils.array
 
org.jboss.test.selenium.utils.testng - package org.jboss.test.selenium.utils.testng
 
org.jboss.test.selenium.utils.text - package org.jboss.test.selenium.utils.text
 
org.jboss.test.selenium.waiting - package org.jboss.test.selenium.waiting
 
org.jboss.test.selenium.waiting.ajax - package org.jboss.test.selenium.waiting.ajax
 
org.jboss.test.selenium.waiting.conditions - package org.jboss.test.selenium.waiting.conditions
 
org.jboss.test.selenium.waiting.conversion - package org.jboss.test.selenium.waiting.conversion
 
org.jboss.test.selenium.waiting.retrievers - package org.jboss.test.selenium.waiting.retrievers
 
org.jboss.test.selenium.waiting.selenium - package org.jboss.test.selenium.waiting.selenium
 

P

PADDING - Static variable in class org.jboss.test.selenium.css.CssProperty
 
PADDING_BOTTOM - Static variable in class org.jboss.test.selenium.css.CssProperty
 
PADDING_LEFT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
PADDING_RIGHT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
PADDING_TOP - Static variable in class org.jboss.test.selenium.css.CssProperty
 
PageExtensions - Class in org.jboss.test.selenium.framework.internal
Defines methods for installing JavaScript page extension to the target page.
PageExtensions() - Constructor for class org.jboss.test.selenium.framework.internal.PageExtensions
 
parametrize(Object...) - Method in class org.jboss.test.selenium.encapsulated.JavaScript
Fills the parameters to placeholders in SimplifiedFormat format to this JavaScript code and returns the result.
PARENT - Static variable in class org.jboss.test.selenium.encapsulated.FrameLocator
The relative frame addressing of parent frame.
parseMode(String) - Static method in enum org.jboss.test.selenium.browser.BrowserMode
Parses the mode from given string representation.
parseModes(String) - Static method in enum org.jboss.test.selenium.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.test.selenium.browser.BrowserType
Parses the type in case-insensitive manner.
parseTypes(String) - Static method in enum org.jboss.test.selenium.browser.BrowserType
Returns set of browser types derived from string enumeration of comma- and/or space-separated representation of browser types (BrowserType.parseType(String)).
PassOnConvertor<T> - Class in org.jboss.test.selenium.waiting.conversion
Simple convertor which actually doesn't convert method, but it is passing it directly.
PassOnConvertor() - Constructor for class org.jboss.test.selenium.waiting.conversion.PassOnConvertor
 
path(String) - Method in class org.jboss.test.selenium.cookie.CookieOptions
Specifies to which path is cookie bound.
PLAIN - Static variable in class org.jboss.test.selenium.encapsulated.NetworkTrafficType
The network traffic in plain-text
plus(Point) - Method in class org.jboss.test.selenium.geometry.Point
 
Point - Class in org.jboss.test.selenium.geometry
Point as position rendered on browser canvas.
Point(int, int) - Constructor for class org.jboss.test.selenium.geometry.Point
 
PrimitiveUtils - Class in org.jboss.test.selenium.utils
The static methods desired to simplify conversion of primitive types.
PROMPT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute PROMPT.
property(CssProperty) - Method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
Returns the StyleEquals instance with CSS property preset.

R

recurse(boolean) - Method in class org.jboss.test.selenium.cookie.DeleteCookieOptions
Specifies whether the domain and path should be searched recursively.
refresh() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates the user clicking the "Refresh" button on their browser.
refresh() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
registerCustomHandlers() - Method in class org.jboss.test.selenium.framework.internal.SeleniumExtensions
The SeleniumExtensions specifies new custom handlers, but the registration in commandFactory are triggered before the loading of extensions.
registerInterceptor(CommandInterceptor) - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Registers the interceptor, only one interceptor can be registered for given class of interceptor.
REL - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute REL.
remove() - Method in class org.jboss.test.selenium.locator.iteration.AbstractElementList.ElementIterator
Unsupported for this Iterator.
removeAllSelections(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Unselects all of the selected options in a multi-select element.
removeAllSelections(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
removeScript(JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Removes a script tag from the Selenium document identified by the JavaScript's id (see JavaScript.getIdentification().
removeScript(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
removeSelection(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Remove a selection from the set of selected options in a multi-select element using an option locator.
removeSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
RequestGuardSample - Class in org.jboss.test.selenium.samples
Sample of guarding request to specific request type.
RequestGuardSample() - Constructor for class org.jboss.test.selenium.samples.RequestGuardSample
 
RequestInterceptor - Class in org.jboss.test.selenium.request
Java API for interception of HTTP/XMLHttpRequest requests.
RequestInterceptor() - Constructor for class org.jboss.test.selenium.request.RequestInterceptor
 
RequestType - Enum in org.jboss.test.selenium.request
Types of request, which browser executes.
RequestTypeGuard - Class in org.jboss.test.selenium.guard.request
The Guard which guards that request what was expected to be done will be actually done.
RequestTypeGuard(RequestType, boolean) - Constructor for class org.jboss.test.selenium.guard.request.RequestTypeGuard
Constructs the guard with predefined expected RequestType
RequestTypeGuardException - Exception in org.jboss.test.selenium.guard.request
This exception determines that when interacting with browser using Selenium, the wrong request type was executed.
RequestTypeGuardException(RequestType, RequestType) - Constructor for exception org.jboss.test.selenium.guard.request.RequestTypeGuardException
 
RequestTypeGuardFactory - Class in org.jboss.test.selenium.guard.request
The factory for shortening use of RequestTypeGuards in code.
requireResource(String) - Method in class org.jboss.test.selenium.framework.internal.SeleniumExtensions
Loads the JavaScript extension by it's resourceName.
requireResources(List<String>) - Method in class org.jboss.test.selenium.framework.internal.SeleniumExtensions
Adds the JavaScript extensions by defining list of resource names.
RESET - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'reset'
RESIZE - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'resize'
resourceMd5Digest(String) - Static method in class org.jboss.test.selenium.utils.URLUtils
Gets a MD5 digest of some resource obtains as input stream from connection to URL given by URL string.
restartBrowser() - Method in class org.jboss.test.selenium.AbstractTestCase
Restarts the browser by finalizing current session and initializing new one.
retrieve() - Method in class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
retrieve() - Method in class org.jboss.test.selenium.waiting.retrievers.AttributeRetriever
Retrieves the attribute value from element given by attributeLocator
retrieve() - Method in class org.jboss.test.selenium.waiting.retrievers.TextRetriever
Retrieves the text value from element given by elementLocator
retrieve() - Method in interface org.jboss.test.selenium.waiting.selenium.SeleniumRetriever
Override with implementation of retrieving value from source.
RETRIEVE_ATTRIBUTE - Static variable in class org.jboss.test.selenium.waiting.retrievers.RetrieverFactory
Retrieves the attribute with given attributeLocator.
RETRIEVE_TEXT - Static variable in class org.jboss.test.selenium.waiting.retrievers.RetrieverFactory
Retrieves the text for given elementLocator
retrieveAttribute - Variable in class org.jboss.test.selenium.AbstractTestCase
 
RetrievedValueHolder<T> - Interface in org.jboss.test.selenium.waiting.retrievers
Holds typed value retrieved from page in thread local storage.
retrieveLastRemoteControlLogs() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Retrieve the last messages logged on a specific remote control.
retrieveLastRemoteControlLogs() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
Retriever<T> - Interface in org.jboss.test.selenium.waiting.retrievers
Composes all types able to retrieve typed object from page.
RetrieverFactory - Class in org.jboss.test.selenium.waiting.retrievers
Provides the basic set of predefined retrievers to reference from the test implementations.
retrieveText - Variable in class org.jboss.test.selenium.AbstractTestCase
 
REV - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute REV.
ROWS - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ROWS.
ROWSPAN - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute ROWSPAN.
runScript(JavaScript) - Method in interface org.jboss.test.selenium.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.
runScript(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 

S

SCROLLING - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SCROLLING.
scrollIntoView(String, String) - Method in class org.jboss.test.selenium.framework.ExtendedSelenium
Aligns screen to top (resp.
scrollIntoView(ElementLocator<?>, boolean) - Method in interface org.jboss.test.selenium.framework.ExtendedTypedSelenium
Aligns screen to top (resp.
scrollIntoView(ElementLocator<?>, boolean) - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
SELECT - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'select'
select(ElementLocator<?>, OptionLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Select an option from a drop-down using an option locator.
select(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
SELECTED - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SELECTED.
selectFrame(FrameLocator) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Selects a frame within the current window.
selectFrame(FrameLocator) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
selectPopUp(WindowId) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides).
selectPopUp(WindowId) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
selectWindow(WindowId) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window.
selectWindow(WindowId) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
selenium - Variable in class org.jboss.test.selenium.AbstractTestCase
 
selenium - Variable in class org.jboss.test.selenium.locator.iteration.AbstractElementList
Proxy to local selenium instance
SeleniumCondition - Interface in org.jboss.test.selenium.waiting.selenium
Specifies when condition will be true.
seleniumDebug - Variable in class org.jboss.test.selenium.AbstractTestCase
 
SeleniumExtensions - Class in org.jboss.test.selenium.framework.internal
Defines the methods for loading the Selenium JS extensions to the Selenium Test Runner window.
SeleniumExtensions() - Constructor for class org.jboss.test.selenium.framework.internal.SeleniumExtensions
 
SeleniumLoggingTestListener - Class in org.jboss.test.selenium.listener
Class determined to logging into Selenium Server's logs server.log via the Selenium.getEval(String) method which will evaluate JavaScript comment.
SeleniumLoggingTestListener() - Constructor for class org.jboss.test.selenium.listener.SeleniumLoggingTestListener
 
SeleniumRetriever<T> - Interface in org.jboss.test.selenium.waiting.selenium
Implementing this method you get implementation of retrieving typed values from some source.
SeleniumWaiting - Class in org.jboss.test.selenium.waiting.selenium
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
SeleniumWaiting() - Constructor for class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
 
setBrowserLogLevel(LogLevel) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded.
setBrowserLogLevel(LogLevel) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setCurrentContext(AjaxSelenium) - Static method in class org.jboss.test.selenium.framework.AjaxSeleniumProxy
Sets the AjaxSelenium context for current thread
setCursorPosition(ElementLocator<?>, int) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Moves the text cursor to the specified position in the given input element or textarea.
setCursorPosition(ElementLocator<?>, int) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setDragIndicator(ElementLocator<?>) - Method in class org.jboss.test.selenium.actions.Drag
 
setDropTarget(ElementLocator<?>) - Method in class org.jboss.test.selenium.actions.Drag
 
setExtensionJs(JavaScript) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Sets the per-session extension Javascript
setExtensionJs(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setMouseSpeed(int) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Configure the number of pixels between "mousemove" events during dragAndDrop commands (default=10).
setMouseSpeed(int) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setNumberOfSteps(int) - Method in class org.jboss.test.selenium.actions.Drag
 
setSpeed(long) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation).
setSpeed(long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setTimeout(long) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Specifies the amount of time that Selenium will wait for actions to complete.
setTimeout(long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
setValue(T) - Method in class org.jboss.test.selenium.waiting.retrievers.AbstractRetriever
 
setValue(T) - Method in interface org.jboss.test.selenium.waiting.retrievers.RetrievedValueHolder
Initializes the value associated to this retriever with given value.
SHAPE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SHAPE.
SHAPES - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SHAPES.
shiftKeyDown() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Press the shift key and hold it down until doShiftUp() is called or a new page is loaded.
shiftKeyDown() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
shiftKeyUp() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Release the shift key.
shiftKeyUp() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
shutDownSeleniumServer() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Kills the running Selenium Server and all browser sessions.
shutDownSeleniumServer() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
SimplifiedFormat - Class in org.jboss.test.selenium.utils.text
Formats using simplified MessageFormat syntax: {} are used as placeholders in order of arguments; {number} are placeholders with given argument number.
SIZE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SIZE.
SRC - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute SRC.
STANDBY - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute STANDBY.
start() - Method in class org.jboss.test.selenium.actions.Drag
Starts first phase of dragging.
start() - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
start() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Launches the browser with a new Selenium session
start() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
START - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute START.
STATUSES - Static variable in class org.jboss.test.selenium.utils.testng.TestInfo
Mapping of the status ids to string equivalents
stop() - Method in class org.jboss.test.selenium.framework.ExtendedTypedSeleniumImpl
 
stop() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Ends the test session, killing the browser
stop() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
STYLE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute STYLE.
styleEquals - Variable in class org.jboss.test.selenium.AbstractTestCase
 
StyleEquals - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting if element given by elementLocator has given CSS style property's value equal to given value.
StyleEquals() - Constructor for class org.jboss.test.selenium.waiting.conditions.StyleEquals
Instantiates a new text equals.
SUBMIT - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'submit'
submit(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Submit the specified form.
submit(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
SystemProperties - Class in org.jboss.test.selenium
Exposing of test system properties.
SystemProperties.SeleniumTimeoutType - Enum in org.jboss.test.selenium
Type of selenium timeout

T

TARGET - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute TARGET.
TestInfo - Class in org.jboss.test.selenium.utils.testng
Obtains informations about status of test, obtains method names from test result.
TestLoggingUtils - Class in org.jboss.test.selenium.utils.testng
Provides the method for obtaining test description from ITestResult.
TestMethodSelector - Class in org.jboss.test.selenium.listener
Uses system property "method" to determine, if the test method should be run or not.
TestMethodSelector() - Constructor for class org.jboss.test.selenium.listener.TestMethodSelector
 
TEXT - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute TEXT.
text(String) - Method in class org.jboss.test.selenium.waiting.conditions.AttributeEquals
Returns the AttributeEquals instance with preset value.
text(String) - Method in class org.jboss.test.selenium.waiting.conditions.TextEquals
Returns the TextEquals instance with text set.
TEXT_ALIGN - Static variable in class org.jboss.test.selenium.css.CssProperty
 
TEXT_DECORATION - Static variable in class org.jboss.test.selenium.css.CssProperty
 
TEXT_INDENT - Static variable in class org.jboss.test.selenium.css.CssProperty
 
TEXT_TRANSFORM - Static variable in class org.jboss.test.selenium.css.CssProperty
 
textEquals - Variable in class org.jboss.test.selenium.AbstractTestCase
 
TextEquals - Class in org.jboss.test.selenium.waiting.conditions
Implementation of Condition for waiting if element given by elementLocator has text equal to given text.
TextEquals() - Constructor for class org.jboss.test.selenium.waiting.conditions.TextEquals
Instantiates a new text equals.
TextRetriever - Class in org.jboss.test.selenium.waiting.retrievers
Retrieves the text for given elementLocator
TextRetriever() - Constructor for class org.jboss.test.selenium.waiting.retrievers.TextRetriever
Instantiates a new text retriever.
timeout(long) - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
timeout(long) - Method in interface org.jboss.test.selenium.waiting.Waiting
Returns instance of waiting with same properties like this object and timeout set to given timeout.
TITLE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute TITLE.
TOP - Static variable in class org.jboss.test.selenium.encapsulated.FrameLocator
The relative frame addressing of top frame.
toString() - Method in class org.jboss.test.selenium.browser.Browser
Returns a string representation of the object in human-readable format.
toString() - Method in class org.jboss.test.selenium.dom.Event
 
toString() - Method in class org.jboss.test.selenium.encapsulated.JavaScript
 
toString() - Method in class org.jboss.test.selenium.encapsulated.LogLevel
 
toString() - Method in class org.jboss.test.selenium.encapsulated.XpathLibrary
 
toString() - Method in class org.jboss.test.selenium.geometry.Dimension
 
toString() - Method in class org.jboss.test.selenium.geometry.Point
 
toString() - Method in class org.jboss.test.selenium.interception.CommandContext
 
toString() - Method in class org.jboss.test.selenium.locator.AbstractLocator
 
transform(ITestAnnotation, Class, Constructor, Method) - Method in class org.jboss.test.selenium.listener.TestMethodSelector
Disables the test methods which doesn't match the given method name.
transform(S[]) - Method in class org.jboss.test.selenium.utils.array.ArrayTransform
Process transformation of S[] sourceArray with T[] targetArray like return value.
transformation(S) - Method in class org.jboss.test.selenium.utils.array.ArrayTransform
This method is implementation of transformation each item of sourceArray and type S to item of type T in targetArray.
type(ElementLocator<?>, String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Sets the value of an input field, as though you typed it in.
type(ElementLocator<?>, String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
TYPE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute TYPE.
TypedSelenium - Interface in org.jboss.test.selenium.framework
The type-safe wrapper for Selenium API.
TypedSeleniumImpl - Class in org.jboss.test.selenium.framework
Wrapper implementation for Selenium object's API to make it type-safe.
TypedSeleniumImpl() - Constructor for class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
typeKeys(ElementLocator<?>, String) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Simulates keystroke events on the specified element, as though you typed the value key-by-key.
typeKeys(ElementLocator<?>, String) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 

U

uncheck(ElementLocator<?>) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Uncheck a toggle-button (checkbox/radio)
uncheck(ElementLocator<?>) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
UNLOAD - Static variable in class org.jboss.test.selenium.dom.Event
The event definition for 'unload'
unregisterInterceptor(CommandInterceptor) - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Removes and returns the interceptor instance, or null, if such instance isn't registered.
unregisterInterceptorType(Class<? extends CommandInterceptor>) - Method in class org.jboss.test.selenium.interception.InterceptionProxy
Removes and returns all associated interceptors which of given type.
UnsupportedTypedSelenium - Interface in org.jboss.test.selenium.framework.internal
Unsupported methods from Selenium API didn't exposed to TypedSelenium
until(JavaScriptCondition) - Method in class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
Stars loop waiting to satisfy condition.
until(SeleniumCondition) - Method in class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
Stars loop waiting to satisfy condition.
URLUtils - Class in org.jboss.test.selenium.utils
Provides URL manipulations and functionality.
USEMAP - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute USEMAP.
useXpathLibrary(XpathLibrary) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Allows choice of one of the available libraries.
useXpathLibrary(XpathLibrary) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 

V

VALIGN - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VALIGN.
VALUE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VALUE.
VALUE - Static variable in class org.jboss.test.selenium.locator.option.OptionLocationStrategy
Strategy for location using options value
value(String) - Method in class org.jboss.test.selenium.waiting.conditions.StyleEquals
Returns the StyleEquals instance with value set.
valueOf(String) - Static method in enum org.jboss.test.selenium.actions.Drag.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.test.selenium.browser.BrowserMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.test.selenium.browser.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.test.selenium.request.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.test.selenium.SystemProperties.SeleniumTimeoutType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.test.selenium.actions.Drag.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.test.selenium.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.test.selenium.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.test.selenium.request.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.test.selenium.SystemProperties.SeleniumTimeoutType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUETYPE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VALUETYPE.
VERSION - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VERSION.
VERTICAL_ALIGN - Static variable in class org.jboss.test.selenium.css.CssProperty
 
VLINK - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VLINK.
VSPACE - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute VSPACE.

W

Wait - Class in org.jboss.test.selenium.waiting
Factory class with static methods to create new instances of AjaxWaiting and SeleniumWaiting.
WAIT_AJAX_INTERVAL - Static variable in class org.jboss.test.selenium.AbstractTestCase
 
WAIT_GUI_INTERVAL - Static variable in class org.jboss.test.selenium.AbstractTestCase
 
WAIT_MODEL_INTERVAL - Static variable in class org.jboss.test.selenium.AbstractTestCase
 
waitAjax - Variable in class org.jboss.test.selenium.AbstractTestCase
Waits for AJAX interaction with server - not computationally difficult
waitAjax() - Static method in class org.jboss.test.selenium.waiting.Wait
Returns new instance of AjaxWaiting
waitForChange(T, JavaScriptRetriever<T>) - Method in class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(JavaScriptRetriever<T>) - Method in class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChange(T, SeleniumRetriever<T>) - Method in class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
waitForChange(SeleniumRetriever<T>) - Method in class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChangeAndReturn(T, JavaScriptRetriever<T>) - Method in class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForChangeAndReturn(JavaScriptRetriever<T>) - Method in class org.jboss.test.selenium.waiting.ajax.AjaxWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForChangeAndReturn(T, SeleniumRetriever<T>) - Method in class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
waitForChangeAndReturn(SeleniumRetriever<T>) - Method in class org.jboss.test.selenium.waiting.selenium.SeleniumWaiting
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
waitForCondition(JavaScript) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
waitForCondition(JavaScript, long) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Runs the specified JavaScript snippet repeatedly until it evaluates to "true".
waitForCondition(JavaScript) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForCondition(JavaScript, long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForFrameToLoad(URL) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Waits for a new frame to load.
waitForFrameToLoad(URL, long) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Waits for a new frame to load.
waitForFrameToLoad(URL) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForFrameToLoad(URL, long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForPageToLoad() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Waits for a new page to load.
waitForPageToLoad(long) - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Waits for a new page to load.
waitForPageToLoad() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForPageToLoad(long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForPopUp(WindowId, long) - Method in interface org.jboss.test.selenium.framework.internal.UnsupportedTypedSelenium
Waits for a popup window to appear and load up.
waitForPopUp(WindowId, long) - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
waitForRequestTypeChange() - Method in class org.jboss.test.selenium.request.RequestInterceptor
Waits for change of RequestType indicated on the page from NONE to other value.
waitForTimeout() - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
waitForTimeout() - Method in interface org.jboss.test.selenium.waiting.Waiting
Waits for predefined amount of time (see Waiting.timeout(long)).
waitGui - Variable in class org.jboss.test.selenium.AbstractTestCase
Waits for GUI interaction, such as rendering
waitHttp(AjaxSelenium) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering guard waiting for interception of HTTP type request
Waiting<T extends Waiting<T>> - Interface in org.jboss.test.selenium.waiting
Interface for implementations of waiting for satisfaction of condition.
WaitingSample - Class in org.jboss.test.selenium.samples
Sample of usage Wait object to implement waiting to satisfy condition.
WaitingSample() - Constructor for class org.jboss.test.selenium.samples.WaitingSample
 
waitModel - Variable in class org.jboss.test.selenium.AbstractTestCase
Waits for computationally difficult requests
waitSelenium() - Static method in class org.jboss.test.selenium.waiting.Wait
Returns new instance of SeleniumWaiting
waitXhr(AjaxSelenium) - Static method in class org.jboss.test.selenium.guard.request.RequestTypeGuardFactory
Shortcut for registering guard waiting for interception of XHR type request
WARN - Static variable in class org.jboss.test.selenium.encapsulated.LogLevel
WARN log level
WHITE_SPACE - Static variable in class org.jboss.test.selenium.css.CssProperty
 
WIDTH - Static variable in class org.jboss.test.selenium.css.CssProperty
 
WIDTH - Static variable in class org.jboss.test.selenium.locator.Attribute
The Attribute WIDTH.
Window - Class in org.jboss.test.selenium.encapsulated
TODO not implemented yet
Window() - Constructor for class org.jboss.test.selenium.encapsulated.Window
 
windowFocus() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Gives focus to the currently selected window
windowFocus() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
WindowId - Class in org.jboss.test.selenium.encapsulated
TODO not implemented yet
WindowId() - Constructor for class org.jboss.test.selenium.encapsulated.WindowId
 
windowMaximize() - Method in interface org.jboss.test.selenium.framework.TypedSelenium
Resize currently selected window to take up the entire screen
windowMaximize() - Method in class org.jboss.test.selenium.framework.TypedSeleniumImpl
 
withDelay(boolean) - Method in class org.jboss.test.selenium.waiting.DefaultWaiting
 
withDelay(boolean) - Method in interface org.jboss.test.selenium.waiting.Waiting
Set if testing condition should be delayed of one interval after the start of waiting.
WORD_SPACING - Static variable in class org.jboss.test.selenium.css.CssProperty
 

X

XML - Static variable in class org.jboss.test.selenium.encapsulated.NetworkTrafficType
The network traffic in XML format type
xp(String) - Static method in class org.jboss.test.selenium.locator.LocatorFactory
Locates the element using XPath expression.
XPATH - Static variable in class org.jboss.test.selenium.locator.ElementLocationStrategy
Strategy for locating elements by given xpath xpression.
XpathLibrary - Class in org.jboss.test.selenium.encapsulated
Encapsulates the current implementations of XPath libraries supported by Selenium.
XpathLibrary(String) - Constructor for class org.jboss.test.selenium.encapsulated.XpathLibrary
Instantiates a new xpath library.
XpathLocator - Class in org.jboss.test.selenium.locator
Locates the element using XPath expression.
XpathLocator(String) - Constructor for class org.jboss.test.selenium.locator.XpathLocator
Instantiates a new xpath locator.

Z

Z_INDEX - Static variable in class org.jboss.test.selenium.css.CssProperty
 

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

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