|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JQueryLocator | |
|---|---|
| org.jboss.arquillian.ajocado | |
| org.jboss.arquillian.ajocado.locator | |
| Uses of JQueryLocator in org.jboss.arquillian.ajocado |
|---|
| Methods in org.jboss.arquillian.ajocado that return JQueryLocator | |
|---|---|
static JQueryLocator |
Ajocado.jq(String jquerySelector)
Locates the element using JQuery Selector syntax. |
| Uses of JQueryLocator in org.jboss.arquillian.ajocado.locator |
|---|
| Methods in org.jboss.arquillian.ajocado.locator that return JQueryLocator | |
|---|---|
JQueryLocator |
JQueryLocator.format(Object... args)
|
JQueryLocator |
JQueryLocator.getChild(JQueryLocator elementLocator)
|
JQueryLocator |
JQueryLocator.getDescendant(JQueryLocator elementLocator)
|
JQueryLocator |
JQueryLocator.getNthChildElement(int index)
|
JQueryLocator |
JQueryLocator.getNthOccurence(int index)
|
static JQueryLocator |
LocatorFactory.jq(String jquerySelector)
Locates the element using JQuery Selector syntax. |
| Methods in org.jboss.arquillian.ajocado.locator that return types with arguments of type JQueryLocator | |
|---|---|
Iterable<JQueryLocator> |
JQueryLocator.getAllChildren()
|
Iterable<JQueryLocator> |
JQueryLocator.getAllOccurrences()
|
Iterable<JQueryLocator> |
JQueryLocator.getChildren(JQueryLocator elementLocator)
|
Iterable<JQueryLocator> |
JQueryLocator.getDescendants(JQueryLocator elementLocator)
|
| Methods in org.jboss.arquillian.ajocado.locator with parameters of type JQueryLocator | |
|---|---|
JQueryLocator |
JQueryLocator.getChild(JQueryLocator elementLocator)
|
Iterable<JQueryLocator> |
JQueryLocator.getChildren(JQueryLocator elementLocator)
|
JQueryLocator |
JQueryLocator.getDescendant(JQueryLocator elementLocator)
|
Iterable<JQueryLocator> |
JQueryLocator.getDescendants(JQueryLocator elementLocator)
|
|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||