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.
-
Field Summary
Fields inherited from class com.onenetwork.platform.tools.test.ui.components.ext.base.BaseGrid
columnsArray, columnsByHeader, currentEditor, DISABLE_BULK_EDIT, ENABLE_BULK_EDIT, REQUIREDNESS_CHAR, REQUIREDNESS_PATTERN
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected void
clickRowChecker(org.openqa.selenium.WebElement checkBox)
For IE browser the click() API does not work.Methods inherited from class com.onenetwork.platform.tools.test.ui.components.ext.base.BaseGrid
addColumn, addColumns, advancedSort, checkAllRows, checkRow, clickColumnHeaderToSort, copyColumns, disableBulkEdit, dragRoleFromAvailToSelected, enableBulkEdit, findColumn, findColumnById, getCell, getCell, getCellValue, getColumnCount, getEditor, getErrorMessage, getErrorMessage, getGridColumnIndexByName, getHeaderCellList, getHeaderColumnNames, getRowCount, getRows, initializeColumnsArray, isEditable, isErrorIcon, isRequired, openAuditTrail, openCellHeaderContextMenu, pasteToAllRows, pasteToRow, removeColumn, removeRow, selectCellHeaderMenuItem, setCurrentEditor, startEditing, startEditing, stopEditing, unselectCopiedColumns
-
Constructor Details
-
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 classBaseGrid
-