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.
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.