Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function detectTableType

    • 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>

      `const info = await detectTableType(page, 'myTable');`