playwright_navigate
Navigate to a specified URL using the Playwright framework, set viewport dimensions, and configure timeout and wait conditions for precise browser automation.
Instructions
Navigate to a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | No | Viewport height in pixels (default: 1080) | |
timeout | No | Navigation timeout in milliseconds | |
url | Yes | ||
waitUntil | No | Navigation wait condition | |
width | No | Viewport width in pixels (default: 1920) |