Class GridIE

java.lang.Object
com.onenetwork.platform.tools.test.ui.components.ext.base.BaseGrid
com.onenetwork.platform.tools.test.ui.components.ie.GridIE

public class GridIE
extends BaseGrid
Grid component class to handle IE browser specific APIs.
  • Constructor Details

    • GridIE

      public GridIE​(UIContext context, org.openqa.selenium.WebElement gridEl, Grid grid)
  • Method Details

    • clickRowChecker

      protected void clickRowChecker​(org.openqa.selenium.WebElement checkBox)
      For IE browser the click() API does not work. SendKeys() will be used instead of clicking checkbox.
      Overrides:
      clickRowChecker in class BaseGrid