Are there any sort of error checking capabilities when writing a scenario? I checked the “?” on the scenario page to see what commands are built-in. The reason I’m asking is that there are times when the “send” function either fails to send a key or the keypress isn’t recognized by the client. So, what winds up happening is that I start receiving an error message within the Miqobot logging window since it is an unknown state.
Is there a way to do a “try-catch” type function? “Try this key sequence – catch these errors.” The “fix” itself is easy. If X doesn’t happen, do Y until X does happen.
Do we have that sort of capability with the functions provided?