Class DataGridViewCell

  • 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 DataGridViewCell
    extends DesktopElement
    • Constructor Detail

      • DataGridViewCell

        protected DataGridViewCell​(org.openqa.selenium.WebElement element)
    • Method Detail

      • getValue

        public String getValue()
        Gets the value in the cell.
      • setValue

        public void setValue​(String value)
        Sets the value in the cell.