playwright_navigate
Navigate to a specified URL using a browser, configure viewport dimensions, and set navigation conditions and timeouts for web interactions or testing. Supports multiple browser types and headless mode.
Instructions
Navigate to a URL
Input 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) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Playwright MCP Server
- clear_codegen_session
- end_codegen_session
- get_codegen_session
- playwright_assert_response
- playwright_click
- playwright_close
- playwright_console_logs
- playwright_custom_user_agent
- playwright_delete
- playwright_drag
- playwright_evaluate
- playwright_expect_response
- playwright_fill
- playwright_get
- playwright_get_visible_html
- playwright_get_visible_text
- playwright_go_back
- playwright_go_forward
- playwright_hover
- playwright_iframe_click
- playwright_navigate
- playwright_patch
- playwright_post
- playwright_press_key
- playwright_put
- playwright_save_as_pdf
- playwright_screenshot
- playwright_select
- start_codegen_session
Related Tools
- @executeautomation/mcp-playwright
- @blackwhite084/playwright-plus-python-mcp
- @PhialsBasement/MCP-Puppeteer-Linux
- @lars-hagen/mcp-playwright-cdp
- @robertheadley/chrome-debug-mcp
- @pvinis/mcp-playwright-stealth