| Interface | Description |
|---|---|
| AbstractLocator.LocatorTextOperation | |
| Locator | |
| LocatorEntry |
When iterating a
Locator, the iterator() method returns
LocatorEntry objects that contain each Nodes , the text of the
node, as well as the index that the node would occur at if a called to
Locator.getNodes() was made. |
| Class | Description |
|---|---|
| AbstractLocator |
A base class to derive
Locators from |
| AggregateLocator |
AggregateLocator will "aggregate" together the results of the provided
Locators |
| CssLocator |
A CSS locator that uses JSOUP {@link org.jsoup.nodes.Document) under the covers
|
| IdLocator | |
| LocatorIterator |
The iterator implementation for Locator.iterator()
|
| NodeLocator | |
| TableCellLocator |
Locator to run test assertions on a single table cell.
|
| TableLocator |
This will locate HTML tables by 'tableId' and return the
WebTable ready for more
assertions. |
| WebPageLocator |
This locator returns the whole of the web page as text.
|
| XPathLocator |
Copyright © 2002-2016 Atlassian. All Rights Reserved.