| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.attribute | |
| org.jboss.arquillian.ajocado.locator.element |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedSelenium.addLocationStrategy(ElementLocationStrategy strategyName,
JavaScript functionDefinition)
Defines a new function for Selenium to locate elements on the page.
|
| Modifier and Type | Method and Description |
|---|---|
ElementLocationStrategy |
DefaultAttributeLocator.getLocationStrategy() |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ElementLocationStrategy |
ElementLocator.getLocationStrategy() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.