Function: detectTableType()
detectTableType(
page,tableId):Promise<TableInfo>
Defined in: src/modules/table.ts:148
Detects the UI5 table variant for a given control ID.
Parameters​
page​
TablePage
Playwright Page (or compatible subset).
tableId​
string
The UI5 control ID.
Returns​
Promise<TableInfo>
Example​
`const info = await detectTableType(page, 'myTable');`