switch_page
Navigate to a specified browser page by providing its unique ID, enabling efficient page management in automated browser tasks.
Instructions
Switch to a different browser page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"page_id": {
"type": "string"
}
},
"required": [
"page_id"
],
"type": "object"
}