Package | Description |
---|---|
com.atlassian.jira.functest.framework.locator |
Modifier and Type | Class and Description |
---|---|
class |
AggregateLocator
AggregateLocator will "aggregate" together the results of the provided
Locator s |
class |
CssLocator
A CSS locator that uses JSOUP {@link org.jsoup.nodes.Document) under the covers
|
class |
IdLocator
|
class |
NodeLocator
|
class |
TableCellLocator
Locator to run test assertions on a single table cell.
|
class |
TableLocator
This will locate HTML tables by 'tableId' and return the
WebTable ready for more
assertions. |
class |
WebPageLocator
This locator returns the whole of the web page as text.
|
class |
XPathLocator
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.