load_url
Load a specified URL in a Chrome tab using its ID. This tool enables remote control of Chrome via DevTools Protocol, aiding in automated testing or browser manipulation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | Yes | ID of the Chrome tab to load the URL in | |
url | Yes | URL to load in the tab |