Clicks a sap.m.Button control matching the given button text.
sap.m.Button
UI5 interaction handler.
Visible button text (e.g. 'Save', 'Submit').
'Save'
'Submit'
An IntentResult<void> describing the outcome.
IntentResult<void>
Click a button by its visible label, not by ID.
Works across locales when button text is locale-stable.
import { clickButton } from '#intents/core-wrappers.js';await clickButton(ui5, 'Save'); Copy
import { clickButton } from '#intents/core-wrappers.js';await clickButton(ui5, 'Save');
Clicks a
sap.m.Buttoncontrol matching the given button text.