Function: clickEditButton()
clickEditButton(
page,options?):Promise<void>
Defined in: src/fe/object-page.ts:253
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.
Example
await clickEditButton(page);