Description
- Wait for specified program(s) to be ready to accept input.
Syntax
- Wait.Ready(cl)
Parameters
- cl
- window id or caption list
Examples
- Wait.Ready("*firefox*")
Notes
- Waits for a maximum of 10 seconds.
- Cannot be used in scripts called from another script.