| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.waiting.ajax | |
| org.jboss.arquillian.ajocado.waiting.retrievers | |
| org.jboss.arquillian.ajocado.waiting.selenium |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaScriptRetriever<T>
JavaScript code obtaining the value convertable to T type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Retriever<T>
Composes all types able to retrieve typed object from page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRetriever<T>
Retrieves the typed value from page and stores it as
ThreadLocal. |
class |
AttributeRetriever
Retrieves the attribute with given attributeLocator.
|
class |
TextRetriever
Retrieves the text for given elementLocator
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeleniumRetriever<T>
Implementing this method you get implementation of retrieving typed values from some source.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.