Skip to main content
Version: 1.x

Interface: SectionLinkNavigationOptions

Options for navigateToSectionLink.

Example

const opts: SectionLinkNavigationOptions = { timeout: 10_000 };

Properties

description?

readonly optional 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?

readonly optional timeout?: number

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


waitForStable?

readonly optional waitForStable?: boolean

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