wait_window
Wait for a window to appear or match a title, replacing blind sleeps. Use after launching an app or navigating; returns instantly when the title matches.
Instructions
Wait for a window to exist / reach a title. Replaces blind sleeps.
Use after launch_app or navigation: title change is the load signal (e.g. title_contains="Example Domain"). Returns instantly on match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| timeout | No | ||
| title_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |