Clicks the confirmation button (OK or Confirm) then waits for UI5 to stabilise.
UI5 interaction handler.
An IntentResult<void> describing the outcome.
IntentResult<void>
Attempts to click OK first; falls back to Confirm if the first click throws. Always calls waitForUI5 after the confirmation click.
OK
Confirm
waitForUI5
Confirm a dialog or message box and wait for the UI to settle.
Handles both SAP standard 'OK' and custom 'Confirm' button labels.
import { confirmAndWait } from '#intents/core-wrappers.js';await confirmAndWait(ui5); Copy
import { confirmAndWait } from '#intents/core-wrappers.js';await confirmAndWait(ui5);
Clicks the confirmation button (OK or Confirm) then waits for UI5 to stabilise.