- AbstractRetriever<T> - Class in org.jboss.arquillian.ajocado.waiting.retrievers
-
Retrieves the typed value from page and stores it as
ThreadLocal.
- AbstractRetriever() - Constructor for class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
-
- addCustomRequestHeader(RequestHeader) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- addLocationStrategy(ElementLocationStrategy, JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- addScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- addSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- AjaxAwareInterceptor - Class in org.jboss.arquillian.ajocado.ajaxaware
-
Class to use to extend functionality of command processors to catch Selenium exceptions and repeat the command for specific
issue types (like Permission denied in Internet Explorer).
- AjaxAwareInterceptor() - Constructor for class org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor
-
- AjaxAwareInterceptor.PermissionDeniedException - Exception in org.jboss.arquillian.ajocado.ajaxaware
-
Thrown when the Selenium wasn't able in given interval to call the given command with no SeleniumException with type of
Permission Denied catched.
- AjaxAwareInterceptor.PermissionDeniedException(String) - Constructor for exception org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor.PermissionDeniedException
-
- AjaxWaiting - Interface in org.jboss.arquillian.ajocado.waiting.ajax
-
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
- Ajocado - Class in org.jboss.arquillian.ajocado
-
Deprecated.
- alertEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- alertEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- AlertEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
-
Implementation of Condition for waiting if alert is shown and its message has has given value.
- AlertEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
-
Instantiates a new message equals.
- alertPresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- alertPresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- AlertPresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
-
Implementation of Condition for waiting, if an alert is present on the page.
- AlertPresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
-
Instantiates a new element present.
- allowNativeXpath(boolean) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- altKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- altKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- answerOnNextPrompt(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- ArrayTransform<S,T> - Class in org.jboss.arquillian.ajocado.utils.array
-
Abstract class providing generic array transformations.
- ArrayTransform(Class<T>) - Constructor for class org.jboss.arquillian.ajocado.utils.array.ArrayTransform
-
Constructs ArrayTransform with implementation of transformation predefining tClass like a class of transformation-target
array.
- asBoolean(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
-
Converts string to boolean
- asDouble(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
-
Converts string to double
- asFloat(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
-
Converts string to float
- asInteger(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
-
Converts string to integer
- asLong(String) - Static method in class org.jboss.arquillian.ajocado.utils.PrimitiveUtils
-
Converts string to long
- assignId(ElementLocator<?>, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- attachFile(ElementLocator<?>, File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Sets a file input (upload) field to the file listed in fileLocator
- attachFile(ElementLocator<?>, URL) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Sets a file input (upload) field to the file listed in fileLocator
- attachFile(ElementLocator<?>, File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- attachFile(ElementLocator<?>, URL) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- attributeEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- attributeEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- AttributeEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
-
Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value.
- AttributeEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
-
Instantiates a new AttributeEquals
- attributeLocator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
Gets a AttributeRetriever object preset with attributeLocator to given value.
- attributePresent - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- attributePresent - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- AttributePresent - Class in org.jboss.arquillian.ajocado.waiting.conditions
-
Implementation of Condition for waiting, if given element's attribute is already present on the page.
- AttributePresent() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
-
Instantiates a new element present.
- AttributeRetriever - Class in org.jboss.arquillian.ajocado.waiting.retrievers
-
Retrieves the attribute with given attributeLocator.
- AttributeRetriever() - Constructor for class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
Instantiates a new attribute retriever.
- captureEntirePageScreenshot(File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Saves the entire contents of the current window canvas to a PNG file.
- captureEntirePageScreenshot(File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- captureEntirePageScreenshot() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- captureNetworkTraffic(NetworkTrafficType) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- captureScreenshot(File) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Captures a PNG screenshot to the specified file.
- captureScreenshot(File) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- captureScreenshot() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- check(ElementLocator<?>, boolean) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- check(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- child(T, T, T...) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Prepares new locator from composition of locator with children.
- child(T, T, T...) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Prepares new locator from composition of locator with children.
- chooseCancelOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- chooseOkOnNextConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- clearRequestDone() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
-
Clears the request type indicated on the page, gives possibility to intercept subsequent requests.
- click(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- clickAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- clone() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- clone(Class<T>, T) - Static method in class org.jboss.arquillian.ajocado.utils.CloneUtils
-
Clones the cloneable object without need to check for exceptions.
- CloneUtils - Class in org.jboss.arquillian.ajocado.utils
-
Provides functionality for cloning objects.
- close() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- ColorUtils - Class in org.jboss.arquillian.ajocado.utils
-
Provides Color manipulations and functionality.
- CommandContextImpl - Class in org.jboss.arquillian.ajocado.command
-
This context holds the iterator over collection of interceptors, which will be triggered before the command will be passed to
commandProcessor to execute.
- CommandInterceptorProxyImpl - Class in org.jboss.arquillian.ajocado.command
-
The proxy for command processor which instead of direct executing of given command triggers logic of all associated
interceptors.
- CommandInterceptorProxyImpl(CommandProcessor) - Constructor for class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
-
Constructs new proxy with associated command processor
- configureBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- configureBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
-
Configures browser from users configuration
- containsScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- contextMenu(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- contextMenuAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- controlKeyDown() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- controlKeyUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- Convertor<F,T> - Interface in org.jboss.arquillian.ajocado.waiting.conversion
-
Convertor for converting the values from one type to another and vice versa.
- convertToAWTColor(String) - Static method in class org.jboss.arquillian.ajocado.utils.ColorUtils
-
Converts a string representation of color to AWT Color object.
- convertToInteger(String) - Static method in class org.jboss.arquillian.ajocado.utils.ColorUtils
-
Converts a string representation of color to integer.
- count(int) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
Returns the CountEquals instance with the count set.
- countEquals - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- countEquals - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- CountEquals - Class in org.jboss.arquillian.ajocado.waiting.conditions
-
Implementation of Condition for waiting if count of elements with given locator is equal to given count.
- CountEquals() - Constructor for class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
Instantiates a new text equals.
- create(T, GrapheneConfiguration.TimeoutType) - Static method in class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
-
- createBasicAuthorization(String, String) - Static method in class org.jboss.arquillian.ajocado.utils.HeaderUtils
-
Creates a header which corresponds to HTTP Basic authorization
- createCookie(Cookie) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- createCookie(Cookie, CookieCreateOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- css(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Gets element locator finding elements using CSS selectors.
- css(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Gets element locator finding elements using CSS selectors.
- css(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
-
Gets element locator finding elements using CSS selectors.
- CssLocator - Class in org.jboss.arquillian.ajocado.locator
-
A element locator using CSS selectors.
- CssLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.CssLocator
-
Initiates element locator by using CSS selectors.
- DEFAULT_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
-
Default waiting interval
- DEFAULT_TIMEOUT - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
-
Default waiting timeout
- DefaultAjaxWaiting - Class in org.jboss.arquillian.ajocado.waiting.ajax
-
Implementation of waiting for satisfaction of conditions on page after the Ajax request.
- DefaultAjaxWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
-
- DefaultSeleniumWaiting - Class in org.jboss.arquillian.ajocado.waiting.selenium
-
Implementation of waiting for satisfaction of conditions on page using polling the Selenium API with given question.
- DefaultSeleniumWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
-
- DefaultWaiting<T extends Waiting<T>> - Class in org.jboss.arquillian.ajocado.waiting
-
Abstract implementation of immutable class with purpose of waiting with customizable timeout, interval, and failure behaviour
and delay on start of waiting.
- DefaultWaiting() - Constructor for class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
- deleteAllVisibleCookies() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- deleteCookie(String, CookieDeleteOptions) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- deselectPopUp() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- doAfterCommand() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
-
Waits for changing the requestDone flag (or for timeout, when flag stay to be NONE).
- doBeforeCommand() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
-
Install the PageExtensions (which is used to figure out, what requestType was actually done) and clear the request type
to NONE state.
- doCommand(String, String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
-
- doCommand(String, String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Find an element by evaluating the specified JavaScript expression.
- dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Find an element by evaluating the specified JavaScript expression.
- dom(JavaScript) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
-
Find an element by evaluating the specified JavaScript expression.
- DomLocator - Class in org.jboss.arquillian.ajocado.locator
-
Find an element by evaluating the specified JavaScript expression.
- DomLocator(JavaScript) - Constructor for class org.jboss.arquillian.ajocado.locator.DomLocator
-
- dontFail() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
- dontFail() - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
-
Sets no failure after waiting timeout.
- doubleClick(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- doubleClickAt(ElementLocator<?>, Point) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- Drag - Class in org.jboss.arquillian.ajocado.actions
-
Provides item dragging capability to Selenium tests.
- Drag(ElementLocator<?>, ElementLocator<?>) - Constructor for class org.jboss.arquillian.ajocado.actions.Drag
-
Initiates Drag object, handled by given Selenium instance, instructing drag of itemToDrag to dropTarget object.
- Drag.Phase - Enum in org.jboss.arquillian.ajocado.actions
-
Enumeration of phases supported by this
Drag object.
- dragAndDrop(ElementLocator<?>, Offset) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- dragAndDropToObject(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- drop() - Method in class org.jboss.arquillian.ajocado.actions.Drag
-
Last phase of dragging.
- get(int) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
-
- get(int) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
-
- getAlert() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllButtons() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the IDs of all buttons on the page.
- getAllButtons() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllCookies() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllFields() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the IDs of all input fields on the page.
- getAllFields() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllLinks() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the IDs of all links on the page.
- getAllLinks() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllWindowIds() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllWindowNames() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the names of all windows that the browser knows about.
- getAllWindowNames() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAllWindowTitles() - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the titles of all windows that the browser knows about.
- getAllWindowTitles() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getArguments() - Method in class org.jboss.arquillian.ajocado.command.CommandContextImpl
-
Returns the arguments of the command.
- getAttribute(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAttribute(ElementLocator<?>, Attribute) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getAttributeFromAllWindows(Attribute) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns every instance of some attribute from all known windows.
- getAttributeFromAllWindows(Attribute) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getBodyText() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getBrowser() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getCause() - Method in exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
-
- getChild(CssLocator) - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
-
- getChild(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
-
- getChild(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
-
- getCommand() - Method in class org.jboss.arquillian.ajocado.command.CommandContextImpl
-
Returns the command.
- getCommandInterceptionProxy() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- getCommandProcessorProxy() - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
-
Returns the command processor proxied with functionality of all associated interceptors.
- getConfirmation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getConvertor() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever
-
Gets the convertor for converting JavaScript representation to Object representation and vice versa.
- getConvertor() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
- getConvertor() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
-
- getCookieByName(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getCount(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- getCount(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getCursorPosition(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getDescendant(CssLocator) - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
-
- getDescendant(JQueryLocator) - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
-
- getDescendant(XPathLocator) - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
-
- getElementDimension(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementHeight(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementIndex(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementPosition(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementPositionLeft(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementPositionTop(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getElementWidth(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getEval(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getExpression(JavaScript) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Returns the specified expression.
- getExpression(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getExtendedSelenium() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- getExtensionsListFromResource(String) - Static method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
Loads the list of resource names from the given resource.
- getHtmlSource() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
Factory method.
- getInstance() - Static method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
-
Factory method.
- getInterval() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
Returns the interval set for this object.
- getJavaScriptCondition() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptCondition
-
Gets JavaScript which define condition what it should be waited for satisfaction.
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
-
- getJavaScriptCondition() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
-
- getJavaScriptRetrieve() - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever
-
Gets the code for retrieving value on JavaScript side.
- getJavaScriptRetrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
JavaScript expression to retrieve attribute value from element given by attributeLocator
- getJavaScriptRetrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
-
JavaScript expression to retrieve text value from element given by elementLocator
- getJQueryCount(String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
-
Returns the number of elements with given jQuery locator.
- getLocation() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.CssLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.DomLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.frame.FrameDomLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.frame.FrameIndexLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.IdentifierLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.IdLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.JQueryLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.LinkLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.NameLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionIdLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionIndexLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionLabelLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.option.OptionValueLocator
-
- getLocationStrategy() - Method in class org.jboss.arquillian.ajocado.locator.XPathLocator
-
- getMessage() - Method in exception org.jboss.arquillian.ajocado.guard.RequestGuardException
-
- getMessage() - Method in exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
-
- getMouseSpeed() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getPageExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- getPrompt() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getRequestDone() - Method in exception org.jboss.arquillian.ajocado.guard.RequestGuardException
-
Returns the RequestType which was actually done
- getRequestDone() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
-
Obtains the done requestType from page.
- getRequestExpected() - Method in exception org.jboss.arquillian.ajocado.guard.RequestGuardException
-
Returns the RequestType which was expected to be done
- getRequestGuard() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- getSelectedId(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedIds(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedIndex(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedIndexes(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedLabel(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedLabels(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedValue(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectedValues(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSelectOptions(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getSeleniumExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- getSeleniumHost() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getSeleniumPort() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getSeleniumSpeed() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getSpeed() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getStartParameters() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getStyle(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
-
Get current style value of element given by locator.
- getStyle(ElementLocator<?>, T) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- getText(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getTimeout(GrapheneConfiguration.TimeoutType) - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- getTimeout() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
Returns the timeout set for this object.
- getTitle() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getValue(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getValue() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
-
- getValue() - Method in interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
-
Returns the last retrieved value.
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Determine whether current/locator identify the frame containing this running code.
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in interface org.jboss.arquillian.ajocado.framework.internal.UnsupportedTypedSelenium
-
Determine whether currentWindowString plus target identify the window containing this running code.
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- goBack() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- Graphene - Class in org.jboss.arquillian.ajocado
-
- GrapheneInitializator - Interface in org.jboss.arquillian.ajocado.framework.internal
-
Utilities for control of Selenium session and extensions.
- GrapheneSeleniumImpl - Class in org.jboss.arquillian.ajocado.framework
-
- GrapheneSeleniumImpl(String, int, Browser, URL) - Constructor for class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
Instantiates a new ajax selenium.
- guard(GrapheneSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.RequestGuardFactory
-
Shortcut for registering a guard for specified request type on given selenium object.
- GuardedCommands - Class in org.jboss.arquillian.ajocado.guard
-
This utility class contains the collections of commands of specific types.
- guardHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Shortcut for registering a regular HTTP request on given selenium object.
- guardHttp(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Shortcut for registering a regular HTTP request on given selenium object.
- guardInterlayed(GrapheneSelenium, RequestType) - Static method in class org.jboss.arquillian.ajocado.guard.RequestGuardFactory
-
Shortcut for registering a guard for specified request type on given selenium object.
- guardNoRequest(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Shortcut for registering a guard for no request on given selenium object.
- guardNoRequest(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Shortcut for registering a guard for no request on given selenium object.
- guardXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Shortcut for registering a XMLHttpRequest on given selenium object.
- guardXhr(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Shortcut for registering a XMLHttpRequest on given selenium object.
- id(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Locates the element with specified @id attribute.
- id(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Locates the element with specified @id attribute.
- id(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
-
Locates the element with specified @id attribute.
- IdentifierLocator - Class in org.jboss.arquillian.ajocado.locator
-
Locates the element with the specified @id attribute.
- IdentifierLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.IdentifierLocator
-
- IdLocator - Class in org.jboss.arquillian.ajocado.locator
-
Locates the element with specified @id attribute.
- IdLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.IdLocator
-
- ignoreAttributesWithoutValue(boolean) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- immutableCopy() - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
-
Creates immutable copy of this command processor with all interceptors registered.
- initializeBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- initializeBrowser() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
-
Initializes browser session and prepares it for further configuration
- initializePageExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- initializePageExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
-
Initializes Graphene extentensions for application page
- initializeSeleniumExtensions() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- initializeSeleniumExtensions() - Method in interface org.jboss.arquillian.ajocado.framework.internal.GrapheneInitializator
-
Initializes Graphene extentensions for Selenium
- initializeValue() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
-
- initializeValue() - Method in interface org.jboss.arquillian.ajocado.waiting.retrievers.RetrievedValueHolder
-
Initializes the value associated to this retriever internally.
- initInteractiveCommands() - Static method in class org.jboss.arquillian.ajocado.guard.GuardedCommands
-
Inits the set of interactive commands.
- install() - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
-
Install.
- INTERACTIVE_COMMANDS - Static variable in class org.jboss.arquillian.ajocado.guard.GuardedCommands
-
Collection of interactive commands
- intercept(CommandContext) - Method in class org.jboss.arquillian.ajocado.ajaxaware.AjaxAwareInterceptor
-
Executes the command wrapped in exception handler.
- intercept(CommandContext) - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
-
Enfolds the command with guarding code to detect request type
- interval(long) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
- interval(long) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
-
Returns instance of waiting with same properties like this object and interval set to given interval.
- invoke() - Method in class org.jboss.arquillian.ajocado.command.CommandContextImpl
-
For each remaining interceptor in list call it's intercept method.
- invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
-
Proxies all the request on associated command processor.
- invoke(Object, Method, Object[]) - Method in class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
-
- isAlertPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isAttributePresent(String, String) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedSelenium
-
Verifies that the specified attribute is defined for the element.
- isAttributePresent(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- isChecked(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isConfirmationPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isCookiePresent(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isDelayed() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
Returns if this waiting's start is delayed.
- isEditable(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isElementPresent(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isInstalled() - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
-
Checks if RichFacesSelenium is already installed
- isOrdered(ElementLocator<?>, ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isPromptPresent() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isSeleniumDebug() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- isSeleniumMaximize() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- isSeleniumNetworkTrafficEnabled() - Method in class org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
-
- isSomethingSelected(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isStarted() - Method in class org.jboss.arquillian.ajocado.framework.ExtendedTypedSeleniumImpl
-
- isTextPresent(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertEquals
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AlertPresent
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
-
- isTrue() - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
-
- isTrue() - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumCondition
-
Returns true if condition is satisfied, false if it isn't.
- isValueChanged() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
-
- isVisible(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- link(String) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Locates the link (anchor) element which contains text matching the specified pattern.
- link(String) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Locates the link (anchor) element which contains text matching the specified pattern.
- link(String) - Static method in class org.jboss.arquillian.ajocado.locator.LocatorFactory
-
Locates the link (anchor) element which contains text matching the specified pattern.
- LinkLocator - Class in org.jboss.arquillian.ajocado.locator
-
Locates the link (anchor) element which contains text matching the specified pattern.
- LinkLocator(String) - Constructor for class org.jboss.arquillian.ajocado.locator.LinkLocator
-
- loadCustomLocationStrategies() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- loadFromResources(List<String>) - Method in class org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
-
Loads the page JS extensions from resources defined by list of resource names.
- locator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributeEquals
-
Returns the AttributeEquals instance with given attributeLocator preset.
- locator(AttributeLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.AttributePresent
-
Returns the AttributePresent instance with given attributeLocator set.
- locator(IterableLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.CountEquals
-
Returns the CountEquals instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotPresent
-
Returns the ElementPresent instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementNotVisible
-
Returns the IsNotDisplayed instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementPresent
-
Returns the ElementPresent instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.ElementVisible
-
Returns the ElementPresent instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.StyleEquals
-
Returns the StyleEquals instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.conditions.TextEquals
-
Returns the TextEquals instance with given elementLocator set.
- locator(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
-
Gets a TextRetriever object preset with elementLocator to given value.
- LocatorFactory - Class in org.jboss.arquillian.ajocado.locator
-
Utility class simplifying creation of locators of various types providing it's factories.
- logToBrowser(String) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- refresh() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- registerCustomHandlers() - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
-
The SeleniumExtensions specifies new custom handlers, but the registration in commandFactory are triggered before the
loading of extensions.
- registerInterceptor(CommandInterceptor) - Method in class org.jboss.arquillian.ajocado.command.CommandInterceptorProxyImpl
-
Registers the interceptor, only one interceptor can be registered for given class of interceptor.
- removeAllSelections(ElementLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- removeScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- removeSelection(ElementLocator<?>, OptionLocator<?>) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- RequestGuardException - Exception in org.jboss.arquillian.ajocado.guard
-
This exception determines that when interacting with browser using Selenium, the wrong request type was executed.
- RequestGuardException(RequestType, RequestType) - Constructor for exception org.jboss.arquillian.ajocado.guard.RequestGuardException
-
- RequestGuardFactory - Class in org.jboss.arquillian.ajocado.guard
-
- RequestGuardImpl - Class in org.jboss.arquillian.ajocado.guard
-
Java API for interception of HTTP/XMLHttpRequest requests.
- RequestGuardImpl() - Constructor for class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
-
- RequestGuardInterceptor - Class in org.jboss.arquillian.ajocado.guard
-
The Guard which guards that request what was expected to be done will be actually done.
- RequestGuardInterceptor(RequestType, boolean) - Constructor for class org.jboss.arquillian.ajocado.guard.RequestGuardInterceptor
-
Constructs the guard with predefined expected RequestType
- requireResource(String) - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
-
Loads the JavaScript extension by it's resourceName.
- requireResources(List<String>) - Method in class org.jboss.arquillian.ajocado.framework.internal.SeleniumExtensionsImpl
-
Adds the JavaScript extensions by defining list of resource names.
- resourceMd5Digest(String) - Static method in class org.jboss.arquillian.ajocado.utils.URLUtils
-
Gets a MD5 digest of some resource obtains as input stream from connection to URL given by URL string.
- restartBrowser() - Method in class org.jboss.arquillian.ajocado.framework.GrapheneSeleniumImpl
-
- retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AbstractRetriever
-
- retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.AttributeRetriever
-
Retrieves the attribute value from element given by attributeLocator
- retrieve() - Method in class org.jboss.arquillian.ajocado.waiting.retrievers.TextRetriever
-
Retrieves the text value from element given by elementLocator
- retrieve() - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumRetriever
-
Override with implementation of retrieving value from source.
- retrieveAttribute - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- retrieveAttribute - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- RetrievedValueHolder<T> - Interface in org.jboss.arquillian.ajocado.waiting.retrievers
-
Holds typed value retrieved from page in thread local storage.
- retrieveLastRemoteControlLogs() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- Retriever<T> - Interface in org.jboss.arquillian.ajocado.waiting.retrievers
-
Composes all types able to retrieve typed object from page.
- retrieveText - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- retrieveText - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- runScript(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- Wait - Class in org.jboss.arquillian.ajocado.waiting
-
- WAIT_AJAX_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- WAIT_AJAX_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- WAIT_GUI_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- WAIT_GUI_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- WAIT_MODEL_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- WAIT_MODEL_INTERVAL - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- waitAjax - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- waitAjax - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- waitAjax - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
-
- waitForChange(T, JavaScriptRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
- waitForChange(JavaScriptRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChange(T, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
- waitForChange(JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChange(T, SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
- waitForChange(SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChange(T, SeleniumRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
- waitForChange(SeleniumRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChangeAndReturn(T, JavaScriptRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
- waitForChangeAndReturn(JavaScriptRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.ajax.AjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChangeAndReturn(T, JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
- waitForChangeAndReturn(JavaScriptRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.ajax.DefaultAjaxWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChangeAndReturn(T, SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
- waitForChangeAndReturn(SeleniumRetriever<T>) - Method in class org.jboss.arquillian.ajocado.waiting.selenium.DefaultSeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForChangeAndReturn(T, SeleniumRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
- waitForChangeAndReturn(SeleniumRetriever<T>) - Method in interface org.jboss.arquillian.ajocado.waiting.selenium.SeleniumWaiting
-
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
- waitForCondition(JavaScript) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForCondition(JavaScript, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForFrameToLoad(URL) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForFrameToLoad(URL, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForHttp(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Shortcut for registering guard waiting for interception of HTTP type request
- waitForHttp(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Shortcut for registering guard waiting for interception of HTTP type request
- waitForPageToLoad() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForPageToLoad(long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForPopUp(WindowNameLocator, long) - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- waitForRequest() - Method in class org.jboss.arquillian.ajocado.guard.RequestGuardImpl
-
Waits for change of RequestType indicated on the page from NONE to other value.
- waitForTimeout() - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
- waitForTimeout() - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
-
- waitForXhr(AjaxSelenium) - Static method in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
Shortcut for registering guard waiting for interception of XHR type request
- waitForXhr(GrapheneSelenium) - Static method in class org.jboss.arquillian.ajocado.Graphene
-
Shortcut for registering guard waiting for interception of XHR type request
- waitGui - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- waitGui - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- Waiting<T extends Waiting<T>> - Interface in org.jboss.arquillian.ajocado.waiting
-
Interface for implementations of waiting for satisfaction of condition.
- WaitingProxy<T extends Waiting<T>> - Class in org.jboss.arquillian.ajocado.framework.internal
-
- WaitingProxy(T, GrapheneConfiguration.TimeoutType) - Constructor for class org.jboss.arquillian.ajocado.framework.internal.WaitingProxy
-
- waitModel - Static variable in class org.jboss.arquillian.ajocado.Ajocado
-
Deprecated.
- waitModel - Static variable in class org.jboss.arquillian.ajocado.Graphene
-
- waitSelenium - Static variable in class org.jboss.arquillian.ajocado.waiting.Wait
-
- WaitTimeoutException - Exception in org.jboss.arquillian.ajocado.waiting
-
Indicates timeout of waiting.
- WaitTimeoutException(Exception) - Constructor for exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
-
- WaitTimeoutException(CharSequence, Object...) - Constructor for exception org.jboss.arquillian.ajocado.waiting.WaitTimeoutException
-
- windowFocus() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- windowMaximize() - Method in class org.jboss.arquillian.ajocado.framework.TypedSeleniumImpl
-
- withDelay(boolean) - Method in class org.jboss.arquillian.ajocado.waiting.DefaultWaiting
-
- withDelay(boolean) - Method in interface org.jboss.arquillian.ajocado.waiting.Waiting
-
Set if testing condition should be delayed of one interval after the start of waiting.