pub fn control_window(title: &str, action: &str) -> Result<()>Expand description
Perform a window management action (focus, maximize, minimize, close).
action must be one of "focus", "maximize", "minimize", "close".
Uses platform-specific APIs: Win32 on Windows, AppleScript on macOS, wmctrl on Linux.