I'm trying to make my script only run the functions when the time is between 9 AM until 6 PM, this is what I've done so far:
In the image it works only before the time hits 6 PM but I do not know how I would check if it is after 9 AM and have these two work togheter.
Thanks Morpheus.
I will add the "wait for page load" on the most critical failures and see how it behaves.
Will also migrate the script to a better VM.
Here's a suggestion:
Mark the time when starting the thread.
Then during the script run, add a time check action and compare the time difference with your desired value.
-> Take appropriate action.