Class DataList

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

@Deprecated public abstract class DataList extends AbstractPageableData
Deprecated.
since 10.0 and removal possible anytime after that
  • Constructor Details

    • DataList

      public DataList()
      Deprecated.
  • Method Details

    • getRowsWebElement

      public List<org.openqa.selenium.WebElement> getRowsWebElement()
      Deprecated.
      Specified by:
      getRowsWebElement in class AbstractPageableData
    • getRowWebElement

      public org.openqa.selenium.WebElement getRowWebElement(int index)
      Deprecated.