Class WebElementsCollectionWrapper

    • Constructor Summary

      Constructors 
      Constructor Description
      WebElementsCollectionWrapper​(Driver driver, java.util.Collection<? extends org.openqa.selenium.WebElement> elements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      Driver driver()  
      org.openqa.selenium.WebElement getElement​(int index)
      get Nth element of this collection
      java.util.List<org.openqa.selenium.WebElement> getElements()
      get elements of this collection (probably cached).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebElementsCollectionWrapper

        public WebElementsCollectionWrapper​(Driver driver,
                                            java.util.Collection<? extends org.openqa.selenium.WebElement> elements)