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

    Interface SectionLinkNavigationOptions

    Options for navigateToSectionLink.

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

    Properties

    description?: string

    Accessible description used to disambiguate section links that share the same visible name. Forwarded to getByRole('link', { description }). Ignored on Playwright versions before 1.60, which lack the description option.

    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.