need t add support for sendKeys() for table, DataGrid row
def row = $j(Table.class, 'customerTable')
.shouldBe(VISIBLE)
.selectRow(byText('Potter'))
row.sendKeys(ENTER)
AR:
Caused by: ElementNotInteractableException: element not interactable
Invalid element state: element not interactable
need t add support for sendKeys() for table, DataGrid row
AR: