navigate
Load a specific URL in the browser to test Chrome extensions. Choose when the load completes, and clear console or network logs before starting.
Instructions
Navigate to a URL in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| waitUntil | No | When to consider navigation complete | domcontentloaded |
| clearConsole | No | Clear console log before navigating | |
| clearNetwork | No | Clear network request log before navigating |