Class AbstractMultiSeleniumElement

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.openqa.selenium.WebElement> getWebElements()
      Returns the web elements this tapir element is based on
      void setWebElements​(java.util.List<org.openqa.selenium.WebElement> webElements)
      Sets Selenium's WebElements.
      • Methods inherited from class java.lang.Object

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

      • AbstractMultiSeleniumElement

        public AbstractMultiSeleniumElement()
    • Method Detail

      • getWebElements

        public java.util.List<org.openqa.selenium.WebElement> getWebElements()
        Returns the web elements this tapir element is based on
        Specified by:
        getWebElements in interface MultiWebElementBased
        Returns:
        the web elements this tapir element is based on
        Since:
        2.0.0
      • setWebElements

        public void setWebElements​(java.util.List<org.openqa.selenium.WebElement> webElements)
        Description copied from interface: MultiWebElementBased
        Sets Selenium's WebElements. This facilitates the element to interact with the Selenium WebDriver API.
        Specified by:
        setWebElements in interface MultiWebElementBased
        Parameters:
        webElements - the web elements to be set