public interface GenericFindsByXPath<T extends org.openqa.selenium.WebElement>
Modifier and Type | Method and Description |
---|---|
T |
findElementByXPath(String xPath) |
List<T> |
findElementsByXPath(String xPath) |
Copyright © 2016. All rights reserved.