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

    Interface SectionLinkNavigationOptions

    Options for navigateToSectionLink.

    const opts: SectionLinkNavigationOptions = { timeout: 10_000 };
    
    interface SectionLinkNavigationOptions {
        timeout?: number;
        waitForStable?: boolean;
    }
    Index

    Properties

    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.