Wait Window
Waits for a window to appear or disappear within a specified timeout period.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Window Selector - The selector for identifying the target window.
Options
- Condition - The condition to wait for. Default is no action.
- To Appear - Wait for the window to appear
- To Disappear - Wait for the window to disappear
- Timeout - The maximum time (in seconds) to wait for the condition. Default is 30 seconds.