Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function waitForSave

    • Waits for UI5 to reach a stable (idle) state after a save or navigation.

      Parameters

      Returns Promise<IntentResult<void>>

      An IntentResult<void> describing the outcome.

      Wait for all pending UI5 rendering and data-binding to complete.

      intent.core.waitForSave

      import { waitForSave } from '#intents/core-wrappers.js';

      await waitForSave(ui5, { timeout: 15_000 });