|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtendedLocator | |
|---|---|
| org.jboss.test.selenium.locator | |
| Uses of ExtendedLocator in org.jboss.test.selenium.locator |
|---|
| Classes in org.jboss.test.selenium.locator with type parameters of type ExtendedLocator | |
|---|---|
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 ExtendedLocator | |
|---|---|
class |
JQueryLocator
Locates the element using JQuery Selector syntax. |
class |
XpathLocator
Locates the element using XPath expression. |
| Methods in org.jboss.test.selenium.locator that return ExtendedLocator | |
|---|---|
ExtendedLocator<XpathLocator> |
XpathLocator.format(Object... args)
|
ExtendedLocator<T> |
ExtendedLocator.format(Object... args)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||