Skip to content

Support ability to use shortcut for table, DataGrid rows #4

Description

@maistrenkoIulia

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions