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

    Interface NavigationOptions

    Options for navigation functions.

    const opts: NavigationOptions = { timeout: 10_000, waitForStable: true };
    
    interface NavigationOptions {
        baseURL?: string;
        timeout?: number;
        waitForStable?: boolean;
    }
    Index

    Properties

    baseURL?: string

    Base URL for the application. Reserved for future use.

    timeout?: number

    Timeout in ms for stability wait. Defaults to DEFAULT_TIMEOUTS.UI5_WAIT.

    waitForStable?: boolean

    Whether to wait for UI5 stability after navigation. Defaults to true.