public class XPathBuilder
| Modifiers | Name | Description |
|---|---|---|
static enum |
XPathBuilder.AggregationType |
|
enum |
XPathBuilder.PropertyType |
| Modifiers | Name | Description |
|---|---|---|
protected static String |
XPATH_TEXT_PROPERTY_EXPRESSION_FOR_MOBILE |
| Constructor and description |
|---|
XPathBuilder
(List<TestObjectProperty> properties) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
build()convenient function to avoid changing signature @return |
|
public String |
build(XPathBuilder.AggregationType aggregationType)Union: "or" of all XPath locators, each contains a single condition |
|
public List<Entry<String, String>> |
buildXpathBasedLocators() |
|
protected String |
getXPathTextExpression() |
convenient function to avoid changing signature
Union: "or" of all XPath locators, each contains a single condition