|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementLocationStrategy | |
|---|---|
| org.jboss.test.selenium.framework | |
| org.jboss.test.selenium.locator | |
| Uses of ElementLocationStrategy in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework with parameters of type ElementLocationStrategy | |
|---|---|
void |
TypedSeleniumImpl.addLocationStrategy(ElementLocationStrategy locationStrategy,
JavaScript strategyDefinition)
|
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.test.selenium.locator |
|---|
| Fields in org.jboss.test.selenium.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.test.selenium.locator that return ElementLocationStrategy | |
|---|---|
ElementLocationStrategy |
LinkLocator.getLocationStrategy()
|
ElementLocationStrategy |
ElementLocator.getLocationStrategy()
|
ElementLocationStrategy |
JQueryLocator.getLocationStrategy()
|
ElementLocationStrategy |
XpathLocator.getLocationStrategy()
|
ElementLocationStrategy |
DomLocator.getLocationStrategy()
|
ElementLocationStrategy |
DefaultAttributeLocator.getLocationStrategy()
|
ElementLocationStrategy |
NameLocator.getLocationStrategy()
|
ElementLocationStrategy |
CssLocator.getLocationStrategy()
|
ElementLocationStrategy |
IdLocator.getLocationStrategy()
|
ElementLocationStrategy |
IdentifierLocator.getLocationStrategy()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||