puppeteer_navigate
Automate URL navigation in browser workflows using Puppeteer. Specify the desired URL to initiate precise page loading for enhanced web interactions and testing.
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"
}