switch_window
Switch the active window in Electron apps to control different application windows for automated testing or interaction tasks.
Instructions
Make a different BrowserWindow the "current" one that subsequent tools drive. Pass index (from windows_list) or titleMatch (substring of window title). The driver will focus the target window and route all future click/type/eval calls to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| titleMatch | No |