Selector to click for navigation.
Keep in mind, that this is fragile, because navigation ends before a website is fully ready; and that waiting for a selector is a much more robust way to detect when navigation is complete and the website is ready.
await clickToNavigate(page, '.submit.button');
Generated using TypeDoc
Clicks on an element, and wait for navigation to complete.