Class BySelectorCollection

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      Driver driver()  
      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

      • BySelectorCollection

        public BySelectorCollection​(Driver driver,
                                    org.openqa.selenium.By selector)
      • BySelectorCollection

        public BySelectorCollection​(Driver driver,
                                    org.openqa.selenium.SearchContext parent,
                                    org.openqa.selenium.By selector)