Function: selectAllTableRows()
selectAllTableRows(
page,tableId,options?):Promise<void>
Defined in: src/modules/table.ts:376
Selects all rows in a UI5 table.
Parameters​
page​
TablePage
Playwright Page (or compatible subset).
tableId​
string
The UI5 control ID.
options?​
Table options.
Returns​
Promise<void>
Example​
`await selectAllTableRows(page, 'myTable');`