Description
- Restores all windows matching the specified caption list to "Normal" size (not minimised or maximised).
Syntax
- Window.Normal(cl)
Parameters
- cl
- (mixed) caption list identifying target window(s)
Examples
- Window.Normal("*firefox")
- Restores all visible Firefox windows.