browser_inspect_navigate
Navigate to a specified URL in a browser session to set up observation and inspection of page content, network activity, and console data.
Instructions
Navigate to a URL for observation.
Navigation is considered an inspect operation because it sets up
what you want to observe.
Args:
session: Name of the browser session
url: URL to navigate to (https:// added if no protocol specified)
Returns:
The page title and final URL after navigation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | ||
| url | Yes |