Interface ElementCommunicator

All Known Implementing Classes:
AppiumElementCommunicator, WebElementCommunicator

public interface ElementCommunicator
  • Method Summary

    Modifier and Type
    Method
    Description
    List<@Nullable String>
    attributes(Driver driver, List<org.openqa.selenium.WebElement> elements, String attributeName)
     
    texts(Driver driver, List<org.openqa.selenium.WebElement> elements)
     
  • Method Details