Class DataGridView

  • All Implemented Interfaces:
    org.openqa.selenium.interactions.Locatable, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsDriver

    public class DataGridView
    extends DesktopElement
    • Constructor Detail

      • DataGridView

        public DataGridView​(org.openqa.selenium.WebElement element)
    • Method Detail

      • hasAddRow

        public boolean hasAddRow()
        Flag to indicate if the grid has the "Add New Item" row or not.
      • getHeader

        public DataGridViewHeader getHeader()
        Gets the header element or null if the header is disabled.