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

    Interface FEListPage

    Minimal page interface for FE list operations.

    const page: FEListPage = { evaluate: async (s) => ({}) };
    
    interface FEListPage {
        evaluate<TResult>(pageFunction: string, arg?: unknown): Promise<TResult>;
    }
    Index

    Methods

    Methods

    • Executes a script in the browser context and returns the result.

      Type Parameters

      • TResult

      Parameters

      • pageFunction: string
      • Optionalarg: unknown

      Returns Promise<TResult>