Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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.

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

      const editing = await isInEditMode(page);