| Constructor and Description |
|---|
PathBuilder() |
PathBuilder(Optional<String> insideXpath,
Optional<String> xpath,
Optional<String> xpathExplanation,
Optional<String> describedBy,
Optional<org.openqa.selenium.WebElement> underlying,
List<ElementProperty> elementProperties) |
| Modifier and Type | Method and Description |
|---|---|
BasicPath |
build() |
BasicPath.PathBuilder |
withDescribedBy(String describedBy) |
BasicPath.PathBuilder |
withDescribedByOptional(Optional<String> describedBy) |
BasicPath.PathBuilder |
withElementProperties(List<ElementProperty> elementProperties) |
BasicPath.PathBuilder |
withInsideXpath(String insideXpath) |
BasicPath.PathBuilder |
withInsideXpathOptional(Optional<String> insideXpath) |
BasicPath.PathBuilder |
withUnderlying(org.openqa.selenium.WebElement underlying) |
BasicPath.PathBuilder |
withUnderlyingOptional(Optional<org.openqa.selenium.WebElement> underlying) |
BasicPath.PathBuilder |
withXpath(String xpath) |
BasicPath.PathBuilder |
withXpathExplanation(String xpathExplanation) |
BasicPath.PathBuilder |
withXpathExplanationOptional(Optional<String> xpathExplanation) |
BasicPath.PathBuilder |
withXpathOptional(Optional<String> xpath) |
public BasicPath.PathBuilder withXpath(String xpath)
public BasicPath.PathBuilder withInsideXpath(String insideXpath)
public BasicPath.PathBuilder withXpathExplanation(String xpathExplanation)
public BasicPath.PathBuilder withDescribedBy(String describedBy)
public BasicPath.PathBuilder withUnderlying(org.openqa.selenium.WebElement underlying)
public BasicPath.PathBuilder withInsideXpathOptional(Optional<String> insideXpath)
public BasicPath.PathBuilder withXpathOptional(Optional<String> xpath)
public BasicPath.PathBuilder withXpathExplanationOptional(Optional<String> xpathExplanation)
public BasicPath.PathBuilder withDescribedByOptional(Optional<String> describedBy)
public BasicPath.PathBuilder withUnderlyingOptional(Optional<org.openqa.selenium.WebElement> underlying)
public BasicPath.PathBuilder withElementProperties(List<ElementProperty> elementProperties)
public BasicPath build()
Copyright © 2016. All rights reserved.