spider_browser_navigate
Direct a browser to a URL using an active session. Waits for the page to load completely, then returns the URL and page title.
Instructions
Navigate the browser to a URL. Waits for the page to finish loading before returning the URL and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| session_id | Yes | Session ID from spider_browser_open |