pin_window
Keep a window always visible on top of other applications for focused interaction or automation workflows. Specify window title and optional duration to control pinning.
Instructions
Make a window always-on-top until unpin_window is called (or duration_ms elapses). Useful in run_macro sequences: pin_window → interact → unpin_window. Caveats: Pin state survives window minimize/restore; call unpin_window explicitly to release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Partial window title to search for (case-insensitive) | |
| duration_ms | No | Auto-unpin after this many milliseconds (0–60000). Omit to pin indefinitely. |