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