browser_navigate
Navigate the active tab to a URL and wait for load. Keeps the tab active without stealing focus, with optional window foreground.
Instructions
Navigate the active session tab to a URL and wait for load. The tab is always made active within its Chrome window (prevents SPA throttling), but by default does NOT raise the Chrome window to OS foreground — automation no longer steals keyboard focus from whatever you're working on. Pass bringToFront:true to explicitly bring the window forward (useful when you want to watch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tabId | No | ||
| bringToFront | No | Raise the Chrome window to OS foreground (steals keyboard focus). Default false in 0.4.1+ — the tab is always made active within its window regardless. |