|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompoundableLocator | |
|---|---|
| org.jboss.test.selenium.locator | |
| Uses of CompoundableLocator in org.jboss.test.selenium.locator |
|---|
| Classes in org.jboss.test.selenium.locator with type parameters of type CompoundableLocator | |
|---|---|
interface |
CompoundableLocator<T extends CompoundableLocator<T>>
Defines element locators which can be used to derive child and generally descendant elements by given locator by composition by composition. |
| Subinterfaces of CompoundableLocator in org.jboss.test.selenium.locator | |
|---|---|
interface |
ExtendedLocator<T extends ExtendedLocator<T>>
Locator which is iterable and compoundable - it means you can iterate through it's descendants ( IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator). |
| Classes in org.jboss.test.selenium.locator that implement CompoundableLocator | |
|---|---|
class |
CssLocator
A element locator using CSS selectors. |
class |
JQueryLocator
Locates the element using JQuery Selector syntax. |
class |
XpathLocator
Locates the element using XPath expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||