public interface LocatorFactory
Modifier and Type | Method and Description |
---|---|
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) |
WebPageLocator page()
XPathLocator xpath(String xpathExpression)
CssLocator css(String cssSelector)
NodeLocator node(Node node)
TableLocator table(String tableId)
TableCellLocator cell(String tableId, int row, int col)
Copyright © 2002-2017 Atlassian. All Rights Reserved.