puppeteer_navigate
Automate browser navigation to a specified URL using Puppeteer, enabling interaction with web pages and execution of JavaScript within a browser environment.
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"
}