wb_navigate
Navigate to any URL in a real browser, with options for new tabs and session overrides. Use group_title to label tab groups for organized browsing.
Instructions
Open or navigate to a URL in the real browser. First call of a task should pass group_title. Use newTab:true when pages should coexist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to open | |
| newTab | No | Open in a new tab (default false) | |
| session | No | Per-call session override (does not change the process default) | |
| group_title | No | Human-readable tab group label |