public interface GenericFindsByTagName<T extends org.openqa.selenium.WebElement>
| Modifier and Type | Method and Description |
|---|---|
T |
findElementByTagName(String tagName) |
List<T> |
findElementsByTagName(String tagName) |
Copyright © 2015. All rights reserved.