|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementLocationStrategy | |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator | |
| Uses of ElementLocationStrategy in org.jboss.arquillian.ajocado.framework |
|---|
| Methods in org.jboss.arquillian.ajocado.framework with parameters of type ElementLocationStrategy | |
|---|---|
void |
TypedSelenium.addLocationStrategy(ElementLocationStrategy strategyName,
JavaScript functionDefinition)
Defines a new function for Selenium to locate elements on the page. |
| Uses of ElementLocationStrategy in org.jboss.arquillian.ajocado.locator |
|---|
| Fields in org.jboss.arquillian.ajocado.locator declared as ElementLocationStrategy | |
|---|---|
static ElementLocationStrategy |
ElementLocationStrategy.CSS
Strategy for locating by CSS selectors. |
static ElementLocationStrategy |
ElementLocationStrategy.DOM
Strategy for locating by given JavaScript expression. |
static ElementLocationStrategy |
ElementLocationStrategy.ID
Strategy for locating elements by given id attribute. |
static ElementLocationStrategy |
ElementLocationStrategy.IDENTIFIER
Strategy for locating elements by given id or by name as a fallback |
static ElementLocationStrategy |
ElementLocationStrategy.JQUERY
Strategy for locating elements using JQuery Selector syntax. |
static ElementLocationStrategy |
ElementLocationStrategy.LINK
Strategy for locating elements by text of the link (anchor) |
static ElementLocationStrategy |
ElementLocationStrategy.NAME
Strategy for locating elements by given name attribute. |
static ElementLocationStrategy |
ElementLocationStrategy.XPATH
Strategy for locating elements by given xpath xpression. |
| Methods in org.jboss.arquillian.ajocado.locator that return ElementLocationStrategy | |
|---|---|
ElementLocationStrategy |
ElementLocator.getLocationStrategy()
|
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||