public abstract static class WebDriverSubstepsBy.XPathBy extends WebDriverSubstepsBy.BaseBy
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath| Constructor and Description |
|---|
XPathBy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
buildXPath(StringBuilder xpathBuilder) |
List<org.openqa.selenium.WebElement> |
findElementsBy(org.openqa.selenium.SearchContext context) |
findElementspublic List<org.openqa.selenium.WebElement> findElementsBy(org.openqa.selenium.SearchContext context)
findElementsBy in class WebDriverSubstepsBy.BaseByprotected abstract void buildXPath(StringBuilder xpathBuilder)
Copyright © 2016 Substeps. All rights reserved.