public class

LocatorFactoryImpl

extends Object
implements LocatorFactory
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.LocatorFactoryImpl

Class Overview

An implementation of the Locator Factory

Summary

Public Constructors
LocatorFactoryImpl(WebTester tester)
Public Methods
TableCellLocator cell(String tableId, int row, int col)
CssLocator css(String cssSelector)
IdLocator id(String id)
NodeLocator node(Node node)
WebPageLocator page()
TableLocator table(String tableId)
XPathLocator xpath(String xpathExpression)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.LocatorFactory

Public Constructors

public LocatorFactoryImpl (WebTester tester)

Public Methods

public TableCellLocator cell (String tableId, int row, int col)

public CssLocator css (String cssSelector)

public IdLocator id (String id)

public NodeLocator node (Node node)

public WebPageLocator page ()

public TableLocator table (String tableId)

public XPathLocator xpath (String xpathExpression)