Navigates to a specific section within the Object Page by title or ID.
Page to evaluate on.
Section title or ID.
Optional
Optional timeout and stability settings.
Scroll to and activate a specific section on the Object Page.
fe.objectPage.navigateToSection
NavigationError if the section is not found.
await navigateToSection(page, 'General Information'); Copy
await navigateToSection(page, 'General Information');
Navigates to a specific section within the Object Page by title or ID.