.navigate()
Goes to a URL. Waits for the page to finish loading before continuing.- Sends
Page.navigatevia CDP - Waits 2 seconds for the browser to start the navigation
- Polls
document.readyStateuntilcompleteorinteractive
.reload()
Reloads the current page and waits for it to finish loading..goBack()
Navigates back in browser history. Equivalent to pressing the back button.If there’s no history to go back to, easybrawto prints a warning and continues without failing.
