web_navigate
DESKTOP browser on the testing grid — NOT a phone or tablet. Opens a page and navigates to a URL, returning a pageId that every other web_* tool takes. To drive the browser ON A REAL DEVICE instead, use the webpage_* tools, which take a udid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| browser | No | Browser to use: chrome | firefox | safari (default: chrome) |