playwright_navigate
Automate browser navigation by visiting a specified URL with a session automatically created, ideal for web testing and interaction tasks within browser automation workflows.
Instructions
Navigate to a URL,thip op will auto create a session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}