Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Function isInEditMode

    • Checks whether the Object Page is currently in edit mode.

      Parameters

      Returns Promise<boolean>

      true if in edit mode, false otherwise.

      Determine the current edit/display state of the Object Page.

      fe.objectPage.isInEditMode

      Checks showFooter property and ui model /editable//editMode.

      const editing = await isInEditMode(page);