Experimental
Navigates to a specified URL based on the provided options.
The context in which the navigation is performed.
The options for navigation.
A promise that resolves when the navigation is complete.
await navigate(ctx, { url: 'https://example.com', createPage: true, background: false }); Copy
await navigate(ctx, { url: 'https://example.com', createPage: true, background: false });
Navigates to a specified URL based on the provided options.