playwright_navigate
Automate web navigation by specifying a URL and configuring browser settings such as viewport size, browser type, and headless mode to interact with web pages efficiently.
Instructions
Navigate to a URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browserType | No | Browser type to use (chromium, firefox, webkit). Defaults to chromium | |
| headless | No | Run browser in headless mode (default: false) | |
| height | No | Viewport height in pixels (default: 720) | |
| timeout | No | Navigation timeout in milliseconds | |
| url | Yes | URL to navigate to the website specified | |
| waitUntil | No | Navigation wait condition | |
| width | No | Viewport width in pixels (default: 1280) |