Graphene WebDriver: API 2.0.0.Alpha5
A B C D E F G H I J L M N O P R S T U V W 

A

attribute(String) - Method in interface org.jboss.arquillian.graphene.wait.ElementBuilder
Returns an attribute condition builder which can be used to formulate conditions related to the given attribute.
AttributeBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 

B

ByJQuery - Class in org.jboss.arquillian.graphene.findby
 
ByJQuery(String) - Constructor for class org.jboss.arquillian.graphene.findby.ByJQuery
 
ByJQuery.JQueryLocationStrategy - Class in org.jboss.arquillian.graphene.findby
 
ByJQuery.JQueryLocationStrategy() - Constructor for class org.jboss.arquillian.graphene.findby.ByJQuery.JQueryLocationStrategy
 

C

clear() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
clearFilters() - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
Clear all filters defined by RequestGuard.filter(String).
clearRequestDone() - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
Clears the request type cache and returns the last request type
click() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
commit(ACTION) - Method in interface org.jboss.arquillian.graphene.fluent.FluentBase
 
commit(ACTION) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
configure(ArquillianDescriptor, Class<? extends Annotation>) - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
contains(String) - Method in interface org.jboss.arquillian.graphene.wait.StringMatcher
Checks whether the text contains the given string.
createPageFragment(Class<T>, WebElement) - Static method in class org.jboss.arquillian.graphene.Graphene
Creates page fragment of given type with given element as a root.

D

Dependency - Annotation Type in org.jboss.arquillian.graphene.javascript
 

E

element(WebElement) - Method in interface org.jboss.arquillian.graphene.wait.FluentBuilder
Returns an element condition builder which can be used to formulate conditions related to the given element.
element(By) - Method in interface org.jboss.arquillian.graphene.wait.FluentBuilder
Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator.
element(SearchContext, By) - Method in interface org.jboss.arquillian.graphene.wait.FluentBuilder
Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator and search context.
ElementBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
enabled() - Method in interface org.jboss.arquillian.graphene.wait.IsElementBuilder
 
equalTo(String) - Method in interface org.jboss.arquillian.graphene.wait.StringMatcher
Checks whether the text is equal to the given string.
execute(GrapheneContext, JSCall) - Method in interface org.jboss.arquillian.graphene.javascript.ExecutionResolver
 
ExecutionResolver - Interface in org.jboss.arquillian.graphene.javascript
 

F

filter(String) - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
Specifies JavaScript implementation of filter, which declares what requests will be guarded.
FindBy - Annotation Type in org.jboss.arquillian.graphene.enricher.findby
Deprecated.
FindByJQuery - Annotation Type in org.jboss.arquillian.graphene.findby
 
findElement(SearchContext) - Method in class org.jboss.arquillian.graphene.findby.ByJQuery
 
findElement(By) - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
findElements(SearchContext) - Method in class org.jboss.arquillian.graphene.findby.ByJQuery
 
findElements(By) - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
FluentBase<OUTER> - Interface in org.jboss.arquillian.graphene.fluent
 
FluentBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
FluentWait<ARG,FLUENT> - Interface in org.jboss.arquillian.graphene.wait
This interface is a replication of FluentWait.
fromAnnotation(Annotation) - Method in class org.jboss.arquillian.graphene.findby.ByJQuery.JQueryLocationStrategy
 

G

getArguments() - Method in class org.jboss.arquillian.graphene.javascript.JSCall
 
getAttribute(String) - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getConfiguration() - Method in class org.jboss.arquillian.graphene.context.GrapheneContext
 
getConfigurationName() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getContextFor(Class<?>) - Static method in class org.jboss.arquillian.graphene.context.GrapheneContext
Get context associated to the given qualifier.
getCoordinates() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getCssValue(String) - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getDefaultElementLocatingStrategy() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getInterface() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getJavascriptInstallationLimit() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getJSInterfaceDependencies() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getJSMethod(String, Object...) - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getLocation() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getMessage() - Method in exception org.jboss.arquillian.graphene.request.RequestGuardException
 
getMethod() - Method in class org.jboss.arquillian.graphene.javascript.JSCall
 
getMethod() - Method in class org.jboss.arquillian.graphene.javascript.JSMethod
 
getName() - Method in class org.jboss.arquillian.graphene.javascript.JSMethod
 
getName() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getQualifier() - Method in class org.jboss.arquillian.graphene.context.GrapheneContext
 
getRequestDone() - Method in exception org.jboss.arquillian.graphene.request.RequestGuardException
Returns the RequestType which was actually done
getRequestExpected() - Method in exception org.jboss.arquillian.graphene.request.RequestGuardException
Returns the RequestType which was expected to be done
getRequestState() - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
 
getRequestType() - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
 
getResolver() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getSize() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getSourceDependencies() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
getTagName() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getTarget() - Method in class org.jboss.arquillian.graphene.javascript.JSCall
 
getTarget() - Method in class org.jboss.arquillian.graphene.javascript.JSMethod
 
getText() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
getWaitAjaxInterval() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getWaitGuardInterval() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getWaitGuiInterval() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getWaitModelInterval() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
getWebDriver(Class<?>...) - Method in class org.jboss.arquillian.graphene.context.GrapheneContext
If the WebDriver instance is not available yet, the returned proxy just implements WebDriver interface.
getWrappedElement() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
goTo(Class<T>) - Static method in class org.jboss.arquillian.graphene.Graphene
Requests navigation to a page represented by given page object.
goTo(Class<T>, Class<?>) - Static method in class org.jboss.arquillian.graphene.Graphene
Requests navigation to a page represented by given page object.
Graphene - Class in org.jboss.arquillian.graphene
Graphene Utility Class
Graphene() - Constructor for class org.jboss.arquillian.graphene.Graphene
 
GrapheneConfiguration - Class in org.jboss.arquillian.graphene.configuration
 
GrapheneConfiguration() - Constructor for class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
GrapheneContext - Class in org.jboss.arquillian.graphene.context
 
GrapheneContext() - Constructor for class org.jboss.arquillian.graphene.context.GrapheneContext
 
GrapheneElement - Class in org.jboss.arquillian.graphene
 
GrapheneElement(WebElement) - Constructor for class org.jboss.arquillian.graphene.GrapheneElement
 
guardAjax(T) - Static method in class org.jboss.arquillian.graphene.Graphene
Returns the guarded object checking whether the Ajax (XHR) request is done during each method invocation.
guardHttp(T) - Static method in class org.jboss.arquillian.graphene.Graphene
Returns the guarded object checking whether the HTTP request is done during each object's method invocation.
guardNoRequest(T) - Static method in class org.jboss.arquillian.graphene.Graphene
Returns the guarded object checking that no request is done during each method invocation.

H

How - Enum in org.jboss.arquillian.graphene.enricher.findby
Deprecated.

I

ignoreAll(Collection<Class<? extends K>>) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Configures this instance to ignore specific types of exceptions while waiting for a condition.
ignoreAll(Collection<Class<? extends K>>) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
ignoring(Class<? extends Throwable>) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
 
ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
 
ignoring(Class<? extends Throwable>) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
InFrame - Annotation Type in org.jboss.arquillian.graphene.page
 
InitialPage - Annotation Type in org.jboss.arquillian.graphene.page
 
install() - Method in interface org.jboss.arquillian.graphene.javascript.InstallableJavaScript
 
INSTALL_METHOD - Static variable in interface org.jboss.arquillian.graphene.javascript.InstallableJavaScript
 
InstallableJavaScript - Interface in org.jboss.arquillian.graphene.javascript
Marks scripts which needs to be installed before they can be started be used.
is() - Method in interface org.jboss.arquillian.graphene.wait.AttributeBuilder
Returns the condition builder for conditions with "is" prefix.
is() - Method in interface org.jboss.arquillian.graphene.wait.ElementBuilder
Returns a condition builder for conditions with "is" prefix.
IsAttributeBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
isDisplayed() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
IsElementBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
isEnabled() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
isInstallable() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 
IsNotAttributeBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
IsNotElementBuilder<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
isPresent() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
isSelected() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 

J

JavaScript - Annotation Type in org.jboss.arquillian.graphene.javascript
 
JavaScript.DefaultExecutionResolver - Class in org.jboss.arquillian.graphene.javascript
 
JavaScript.DefaultExecutionResolver() - Constructor for class org.jboss.arquillian.graphene.javascript.JavaScript.DefaultExecutionResolver
 
JSCall - Class in org.jboss.arquillian.graphene.javascript
 
JSCall(JSMethod, Object[]) - Constructor for class org.jboss.arquillian.graphene.javascript.JSCall
 
JSMethod - Class in org.jboss.arquillian.graphene.javascript
 
JSMethod(JSTarget, Method) - Constructor for class org.jboss.arquillian.graphene.javascript.JSMethod
 
JSTarget - Class in org.jboss.arquillian.graphene.javascript
 
JSTarget(Class<?>) - Constructor for class org.jboss.arquillian.graphene.javascript.JSTarget
 

L

lastContext() - Static method in class org.jboss.arquillian.graphene.context.GrapheneContext
 
Location - Annotation Type in org.jboss.arquillian.graphene.page
 

M

MethodName - Annotation Type in org.jboss.arquillian.graphene.javascript
 

N

Negatable<T> - Interface in org.jboss.arquillian.graphene.wait
 
not() - Method in interface org.jboss.arquillian.graphene.wait.Negatable
Negates all conditions produced by this condition builder.
NotStringMatcher<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 

O

org.jboss.arquillian.graphene - package org.jboss.arquillian.graphene
 
org.jboss.arquillian.graphene.configuration - package org.jboss.arquillian.graphene.configuration
 
org.jboss.arquillian.graphene.context - package org.jboss.arquillian.graphene.context
 
org.jboss.arquillian.graphene.enricher.findby - package org.jboss.arquillian.graphene.enricher.findby
 
org.jboss.arquillian.graphene.findby - package org.jboss.arquillian.graphene.findby
 
org.jboss.arquillian.graphene.fluent - package org.jboss.arquillian.graphene.fluent
 
org.jboss.arquillian.graphene.fragment - package org.jboss.arquillian.graphene.fragment
 
org.jboss.arquillian.graphene.javascript - package org.jboss.arquillian.graphene.javascript
 
org.jboss.arquillian.graphene.page - package org.jboss.arquillian.graphene.page
 
org.jboss.arquillian.graphene.request - package org.jboss.arquillian.graphene.request
 
org.jboss.arquillian.graphene.spi.annotations - package org.jboss.arquillian.graphene.spi.annotations
 
org.jboss.arquillian.graphene.wait - package org.jboss.arquillian.graphene.wait
 

P

Page - Annotation Type in org.jboss.arquillian.graphene.page
This annotation marks the given object to be instantiated and injected as Page object
Page - Annotation Type in org.jboss.arquillian.graphene.spi.annotations
Deprecated.
pollingEvery(long, TimeUnit) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Sets how often the condition should be evaluated.
pollingEvery(long, TimeUnit) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
present() - Method in interface org.jboss.arquillian.graphene.wait.IsAttributeBuilder
Checks whether the attribute is present.
present() - Method in interface org.jboss.arquillian.graphene.wait.IsElementBuilder
Checks whether the element is present.

R

removeContextFor(Class<?>) - Static method in class org.jboss.arquillian.graphene.context.GrapheneContext
Removes the context associated to the given qualifier.
RequestGuard - Interface in org.jboss.arquillian.graphene.request
 
RequestGuardException - Exception in org.jboss.arquillian.graphene.request
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.graphene.request.RequestGuardException
 
RequestState - Enum in org.jboss.arquillian.graphene.request
Identifies the state of the current request
RequestType - Enum in org.jboss.arquillian.graphene.request
Types of request, which browser executes.
Root - Annotation Type in org.jboss.arquillian.graphene.fragment
This annotation marks the WebElement field where should be injected the root of the given fragment, given by @FindBy annotation on a injection point.
Root - Annotation Type in org.jboss.arquillian.graphene.spi.annotations
Deprecated.

S

selected() - Method in interface org.jboss.arquillian.graphene.wait.IsElementBuilder
Checks whether the element is selected.
selector(String) - Static method in class org.jboss.arquillian.graphene.findby.ByJQuery
 
sendKeys(CharSequence...) - Method in class org.jboss.arquillian.graphene.GrapheneElement
 
setContextFor(GrapheneConfiguration, WebDriver, Class<?>) - Static method in class org.jboss.arquillian.graphene.context.GrapheneContext
Creates a new context for the given webdriver, configuration and qualifier.
setMaximumCallbackTimeout(int) - Method in interface org.jboss.arquillian.graphene.request.RequestGuard
Specifies maximum timeout (in miliseconds) for asynchronous scheduled callbacks which will be guarded (default: 50 ms).
StringMatcher<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
submit() - Method in class org.jboss.arquillian.graphene.GrapheneElement
 

T

text() - Method in interface org.jboss.arquillian.graphene.wait.ElementBuilder
Returns a string matcher for the text inside the element.
toString() - Method in class org.jboss.arquillian.graphene.findby.ByJQuery
 
toString() - Method in class org.jboss.arquillian.graphene.javascript.JSCall
 
toString() - Method in class org.jboss.arquillian.graphene.javascript.JSMethod
 
toString() - Method in class org.jboss.arquillian.graphene.javascript.JSTarget
 

U

until(Predicate<ARG>) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Repeatedly applies this instance's input value to the given predicate until the timeout expires or the predicate evaluates to true.
until() - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Returns the fluent condition builder.
until(String) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Returns the fluent condition builder.
until(Predicate<WebDriver>) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
until() - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
until(String) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
until(Function<? super WebDriver, T>) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 

V

validate() - Method in class org.jboss.arquillian.graphene.configuration.GrapheneConfiguration
 
value() - Method in interface org.jboss.arquillian.graphene.wait.ElementBuilder
Returns an attribute condition builder for 'value' attribute'
valueOf(String) - Static method in enum org.jboss.arquillian.graphene.enricher.findby.How
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.graphene.request.RequestState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.arquillian.graphene.request.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.arquillian.graphene.enricher.findby.How
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.graphene.request.RequestState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.arquillian.graphene.request.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
visible() - Method in interface org.jboss.arquillian.graphene.wait.IsElementBuilder
Checks whether the element is visible.

W

waitAjax() - Static method in class org.jboss.arquillian.graphene.Graphene
Graphene.waitAjax() is entry point for fluent waiting API specification, e.g.:
waitAjax(WebDriver) - Static method in class org.jboss.arquillian.graphene.Graphene
Graphene.waitAjax() is entry point for fluent waiting API specification, e.g.:
waitForHttp(T) - Static method in class org.jboss.arquillian.graphene.Graphene
Returns the guarded object checking that HTTP request has happen after any object's method invocation.
waitGui() - Static method in class org.jboss.arquillian.graphene.Graphene
Graphene.waitGui() is entry point for fluent waiting API specification, e.g.:
waitGui(WebDriver) - Static method in class org.jboss.arquillian.graphene.Graphene
#waitGui(browser) is entry point for fluent waiting API specification, e.g.:
waitModel() - Static method in class org.jboss.arquillian.graphene.Graphene
Graphene.waitModel() is entry point for fluent waiting API specification, e.g.:
waitModel(WebDriver) - Static method in class org.jboss.arquillian.graphene.Graphene
#waitModel(browser) is entry point for fluent waiting API specification, e.g.:
WebDriverWait<FLUENT> - Interface in org.jboss.arquillian.graphene.wait
 
withMessage(String) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Sets the message to be displayed when time expires.
withMessage(String) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
withTimeout(long, TimeUnit) - Method in interface org.jboss.arquillian.graphene.wait.FluentWait
Sets how long to wait for the evaluated condition to be true.
withTimeout(long, TimeUnit) - Method in interface org.jboss.arquillian.graphene.wait.WebDriverWait
 
A B C D E F G H I J L M N O P R S T U V W 
Graphene WebDriver: API 2.0.0.Alpha5

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