Package org.fluentlenium.core.domain
Interface WrapsElements
-
- All Known Implementing Classes:
ComponentList,ElementListInstanceLocator,FluentListImpl,LazyComponentList
public interface WrapsElementsAllows to retrieve underlying wrapped elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.openqa.selenium.WebElement>getWrappedElements()Get the wrapped elements
-