Skip to main content

Function: navigateToTile()

navigateToTile(page, tileTitle, options?): Promise<void>

Defined in: src/modules/navigation.ts:147

Navigates to an FLP tile by its title text.

Parameters​

page​

NavigationPage

Playwright Page (or compatible subset).

tileTitle​

string

Title text of the FLP tile.

options?​

NavigationOptions

Navigation options.

Returns​

Promise<void>

Throws​

NavigationError if tile is not found or not visible.

Example​

await navigateToTile(page, 'Purchase Orders');