Function: deselectAllTableRows()
deselectAllTableRows(
page,tableId,options?):Promise<void>
Defined in: src/modules/table.ts:404
Deselects 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 deselectAllTableRows(page, 'myTable');`