Clicks a button in the Object Page header actions or footer bar.
Page to evaluate on.
Text label of the button.
Optional
Optional timeout and stability settings.
Click a named button in the Object Page header or footer toolbar.
fe.objectPage.clickButton
ControlError if the button is not found.
await clickObjectPageButton(page, 'Edit'); Copy
await clickObjectPageButton(page, 'Edit');
Clicks a button in the Object Page header actions or footer bar.