Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ianjennings/6e01ba0f01d088e0d2b71f1b5884b68f to your computer and use it in GitHub Desktop.

Select an option

Save ianjennings/6e01ba0f01d088e0d2b71f1b5884b68f to your computer and use it in GitHub Desktop.
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