public static final class BasicPath.PathBuilder extends Object
BasicPath.customElement(String) is simpler and sufficient.| 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,
Optional<String> alternateXpath) |
public BasicPath.PathBuilder withXpath(String xpath)
public BasicPath.PathBuilder withAlternateXpath(String alternateXpath)
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 withAlternateXpathOptional(Optional<String> alternateXpath)
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 © 2018. All rights reserved.