Interface WrapsElements

All Known Implementing Classes:
ComponentList, ElementListInstanceLocator, FluentListImpl, LazyComponentList

public interface WrapsElements
Allows to retrieve underlying wrapped elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.openqa.selenium.WebElement>
    Get the wrapped elements
  • Method Details

    • getWrappedElements

      List<org.openqa.selenium.WebElement> getWrappedElements()
      Get the wrapped elements
      Returns:
      wrapped elements