Skip to main content
Version: 1.x

Function: clickSaveButton()

clickSaveButton(page, options?): Promise<void>

Clicks the "Save" button on the Object Page.

Parameters

page

ObjectPagePage

options?

ObjectPageOptions

Returns

Promise<void>

Intent

Persist changes by clicking the Save button on the Object Page footer.

Capability

fe.objectPage.clickSave

Example

await clickSaveButton(page);