How can a script in the included task scheduler set up that it only runs in the day time e.g. from 8am to 11pm and stops during the night. Starting again on 8am next day till 11pm and so on?
Create a variable called "counter". Than use "is element exist" to check if element exist and update "counter" variable whenever element is missing. Check counter variable in the loop, and fail thread if "counter" hit 3
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.