get_windows
Retrieve all visible windows, including untitled ones. Use the returned handle to switch focus or className to identify popups and dialogs.
Instructions
Get all visible windows including untitled ones. Returns an array of { handle, title, className } objects. Use handle to switch to any window (including those with no title) via switch_to_window. Use className to identify untitled windows such as popups and dialogs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||