public interface ElementGroup
| Modifier and Type | Method and Description |
|---|---|
default org.openqa.selenium.SearchContext |
getSearchContext()
Returns the search context for locating elements inside the element group.
|
default void |
locateElements()
Locates all elements specified either by field annotation or method annotation and injects the web element
suppliers to each element.
|
default org.openqa.selenium.SearchContext getSearchContext()
default void locateElements()
Supplier<WebElement> and must be annotated with Locator. Same applies for setter
methods, which must have a return type of void and must accept a single parameter being of type Supplier<WebElement>Copyright © 2016 DevCon5 GmbH. All rights reserved.