public interface GenericFindsByClassName<T extends org.openqa.selenium.WebElement>
Modifier and Type | Method and Description |
---|---|
T |
findElementByClassName(String className) |
List<T> |
findElementsByClassName(String className) |
Copyright © 2016. All rights reserved.