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

    Interface SpaceNavigationOptions

    Options for navigateToSpace.

    const opts: SpaceNavigationOptions = { timeout: 10_000, exact: true };
    
    interface SpaceNavigationOptions {
        exact?: boolean;
        timeout?: number;
        waitForStable?: boolean;
    }
    Index

    Properties

    exact?: boolean

    Whether to match the space title exactly. Defaults to true.

    timeout?: number

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

    waitForStable?: boolean

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