Class TlvIE
java.lang.Object
com.onenetwork.platform.tools.test.ui.components.ext.base.BaseTLV
com.onenetwork.platform.tools.test.ui.components.ie.TlvIE
public class TlvIE extends BaseTLV
TLV component class to handle IE browser specific APIs.
-
Field Summary
Fields inherited from class com.onenetwork.platform.tools.test.ui.components.ext.base.BaseTLV
context, driver, filterOverlay, finishCustomizationBtn, headerRows, LOG, manageCustomizationBtn, resetCustomizationBtn, rows, save, startCustomizationBtn, tableEl, tlv, tlvEl
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected void
clickGraphCheckBoxEl(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.BaseTLV
addDM, addDMAbove, addDMAbove, addDMBelow, addDMBelow, clickDownPage, clickDownPageNeo, clickGraphCheckBox, clickGraphCheckBox, clickNextPage, clickNextPageNeo, clickPrevPage, clickPrevPageNeo, clickUpPage, clickUpPageNeo, deleteDM, displayGraph, displayHeaderReport, dragAndDropDM, dragAndDropDMForNeo, editDM, editDM, executeSave, executeSearch, findDMIndex, finishCustomization, getBuckets, getBucketsCount, getCell, getColumnHierarchyCount, getDMName, getDMValue, getDMValuesByHierarchy, getErrorMessage, getFilterOverlay, getHeaderReport, getHiddenRows, getRows, getTableEl, getWindow, hideDM, initComponents, initializeHiddenRows, isGraphPresent, isGroupDM, modifyDMInWindow, openManageCustomizationReport, resetToDefault, resetToDefaultForNeo, setEditableDMValue, showDM, startCustomization, waitUntilReloaded, waitUntilRowsUpdated
-
Constructor Details
-
Method Details
-
clickGraphCheckBoxEl
protected void clickGraphCheckBoxEl(org.openqa.selenium.WebElement checkBox)For IE browser the click() API does not work. SendKeys() will be used instead of clicking checkbox.- Overrides:
clickGraphCheckBoxEl
in classBaseTLV
-