I have a proxy and it works fine in record mode. But as soon as I start the run mode the following error occurs after the first web page is loaded. The blacked out area is the proxy username.
The error occurs no matter if I enter the proxy data manually or via resource.
How exactly do you see the number of requests? And what requests exactly are we talking about?
Please write a report according to this instruction: https://community.bablosoft.com/topic/30993
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.
@rokiroki I would use a while loop and compare the current date with the time it should run (VAR_RUNAT = current + 2 hours) WHILE (currenttime < VAR_RUNAT) sleep(1000)! , or a for and compare the index with sleep. I.e i < 5 sleep(60000)! Would sleep 5 minutes.