Skip to main content

Function: navigateToSection()

navigateToSection(page, sectionIdentifier, options?): Promise<void>

Defined in: src/fe/object-page.ts:126

Navigates to a specific section within the Object Page by title or ID.

Parameters​

page​

ObjectPagePage

Page to evaluate on.

sectionIdentifier​

string

Section title or ID.

options?​

ObjectPageOptions

Optional timeout and stability settings.

Returns​

Promise<void>

Throws​

NavigationError if the section is not found.

Example​

await navigateToSection(page, 'General Information');