Created
July 3, 2025 20:26
-
-
Save ianjennings/6e01ba0f01d088e0d2b71f1b5884b68f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 5.5.5 | |
| steps: | |
| - prompt: launch a calculator | |
| commands: | |
| - command: exec | |
| lang: shell | |
| windows: | |
| start /B calc.exe | |
| timeout /t 5 | |
| - command: wait-for-text | |
| text: "calculator" | |
| timeout: 30000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment