I know that the old versions of chrome, it can run the pages, but the new versions it doesn't run if you don't have it, how can I fix it?
in case leave it in a loop running something
@docker0004 If you try to register an account as is, will there be an error? I mean, maybe you shouldn't have a captcha?
Please attach a test project that reproduces the problem.
@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
No, I know that it should appear near taskbar but it didn't, also i was not able to reproduce the error as well, it solved automatically, thanks for the help guys.
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.