puppeteer_navigate
Automate browser navigation by directing to a specified URL, enabling interaction with web pages in a real browser environment using Puppeteer-based automation tools.
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"
}