browser_switch_to_original_window
Returns to the initial browser window after working with multiple windows or tabs during automated web testing.
Instructions
Switches back to the original browser window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}