Function: navigateToSection()
navigateToSection(
page,sectionIdentifier,options?):Promise<void>
Navigates to a specific section within the Object Page by title or ID.
Parameters
page
Page to evaluate on.
sectionIdentifier
string
Section title or ID.
options?
Optional timeout and stability settings.
Returns
Promise<void>
Intent
Scroll to and activate a specific section on the Object Page.
Capability
fe.objectPage.navigateToSection
Throws
NavigationError if the section is not found.
Example
await navigateToSection(page, 'General Information');