One of the monitor is failing intermittently. We find that it runs good most of the times, but some time we see script is timing out on different steps. We also observed that same script ran successfully on the same public station many times.
Release : SAAS
Component : APP SYNTHETIC MONITOR ENVIRONMENTAL
We see that many clickAndWait and typeandwait commands are being used in the script.
We suggest to use click instead of clickAndWait and type instead of typeandwait commands.