Package io.fluentlenium.core.domain
Interface WrapsElements
- All Known Implementing Classes:
ComponentList
,ElementListInstanceLocator
,FluentListImpl
,LazyComponentList
public interface WrapsElements
Allows to retrieve underlying wrapped elements.
-
Method Summary
-
Method Details
-
getWrappedElements
List<org.openqa.selenium.WebElement> getWrappedElements()Get the wrapped elements- Returns:
- wrapped elements
-