Interface MultiWebElementBased

    • Method Detail

      • setWebElements

        void setWebElements​(java.util.List<org.openqa.selenium.WebElement> webElements)
        Sets Selenium's WebElements. This facilitates the element to interact with the Selenium WebDriver API.
        Parameters:
        webElements - the web elements to be set
        Since:
        2.0.0
      • getWebElements

        java.util.List<org.openqa.selenium.WebElement> getWebElements()
        Returns the web elements this TapirElement is based on.
        Returns:
        the web element
        Since:
        2.0.0