puppeteer_navigate
Automate web browsing by navigating to specified URLs using browser automation, enabling tasks like content retrieval, interaction, and JavaScript execution.
Instructions
Navigate to a URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}