Function: clickEditButton()
clickEditButton(
page,options?):Promise<void>
Clicks the "Edit" button on the Object Page.
Parameters
page
options?
Returns
Promise<void>
Intent
Switch the Object Page to edit mode by clicking the Edit button.
Capability
fe.objectPage.clickEdit
Example
await clickEditButton(page);