navigate_and_snapshot
Navigate to any URL, optionally wait for specific text, then capture a page snapshot—all in a single automated step to streamline browser testing.
Instructions
Navigate to a URL and return the page snapshot. Combines navigate + wait + snapshot into one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| url | Yes | Full URL to navigate to | |
| waitForText | No | Optional text to wait for before taking snapshot | |
| timeout | No | Wait timeout in ms |