What Are Playwright Wait For Navigation Methods?

Hey Toby,

page.wait_for_request(): This method waits for a network request to occur based on a specified URL pattern. It can be useful for monitoring network activity or waiting for specific requests to be made before proceeding with further actions.