I have a script that is running but it requires me to perform an action away from the SUT.
Is there a way to write the script so that it
- pauses,
- sends a message to me that it is ready for me to perform an action, and
- sees that the action was performed and continues?
If not, is there a way to just do step 2?