Function: getListReportTable()
getListReportTable(
page,options?):Promise<string>
Defined in: src/fe/list-report.ts:92
Finds the main table on a List Report page (SmartTable first, then MDC Table).
Parameters​
page​
Playwright Page (or compatible subset).
options?​
Optional timeout settings.
Returns​
Promise<string>
The control ID of the table.
Throws​
ControlError if no table control is found.
Example​
const tableId = await getListReportTable(page);