Class ListOfWebElementFacades

All Implemented Interfaces:
Serializable, Cloneable, Iterable<WebElementFacade>, Collection<WebElementFacade>, List<WebElementFacade>, RandomAccess

public class ListOfWebElementFacades extends ArrayList<WebElementFacade>
See Also:
  • Constructor Details

  • Method Details

    • texts

      public List<String> texts()
      Returns a list of the text values of each element in the collection
    • textContents

      public List<String> textContents()
      Returns a list of the text contents of each element in the collection This can be useful when elements are not visible on the page but are still in the DOM.
    • map

      public <T> List<T> map(Function<? super WebElementFacade,T> elementConverter)