Uses of Class
com.atlassian.jira.functest.framework.locator.AbstractLocator

Packages that use AbstractLocator
com.atlassian.jira.functest.framework.locator   
 

Uses of AbstractLocator in com.atlassian.jira.functest.framework.locator
 

Subclasses of AbstractLocator in com.atlassian.jira.functest.framework.locator
 class AggregateLocator
          AggregateLocator will "aggregate" together the results of the provided Locators

NOTE : Locators are one shot objects.

 class CssLocator
          A CSS locator that uses JSOUP {@link org.jsoup.nodes.Document) under the covers

The CSS selectors are therefore the set that JSOUP can handle.

 class IdLocator
          A Locator that looks for the first Element with the specified id

NOTE : Locators are one shot objects.

 class NodeLocator
          A Locator that uses the provided Node as the source of text.
 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
          A Locator that uses XPath to locate Node's

For more information on XPath look here:

http://www.w3.org/TR/xpath

For a tutorial on XPath look here:

http://www.w3schools.com/xpath/default.asp

http://www.zvon.org/xxl/XPathTutorial/General/examples.html

NOTE : Locators are one shot objects.

 



Copyright © 2002-2014 Atlassian. All Rights Reserved.