Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Interface FETestLibraryOptions

    Options for initializing the FE Test Library.

    const options: FETestLibraryOptions = {
    detectWorkZone: true,
    timeout: 30_000,
    pollingInterval: 500,
    };
    interface FETestLibraryOptions {
        detectWorkZone?: boolean;
        pollingInterval?: number;
        timeout?: number;
    }
    Index

    Properties

    detectWorkZone?: boolean
    pollingInterval?: number
    timeout?: number