public interface GenericFindsByName<T extends org.openqa.selenium.WebElement>
Modifier and Type | Method and Description |
---|---|
T |
findElementByName(String name) |
List<T> |
findElementsByName(String name) |
Copyright © 2016. All rights reserved.