Skip to main content
Version: 1.x

Function: clickEditButton()

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

Clicks the "Edit" button on the Object Page.

Parameters

page

ObjectPagePage

options?

ObjectPageOptions

Returns

Promise<void>

Intent

Switch the Object Page to edit mode by clicking the Edit button.

Capability

fe.objectPage.clickEdit

Example

await clickEditButton(page);