I am trying to create a script to run in a browser javascript console to continually run an automated robot. I have completed and tested most of the script but I have been stuck on the following issue for weeks.
With the following adjustable variables...
repeats: 5
value1: 1
value2: 10
maxValue: 200
The script should run by clicking a button on the website, wait until an output(a) has finished loading as a result of clicking the button, then check another output(b). If output(b) does not meet a condition for any of the iterations the script starts back at the first iteration. if all 5 ("repeats") iterations meet the condition then another function() becomes active.
Comments
Leave a comment