@stevenjpotter57
Make sure your problem is not caused by your antivirus, Windows Defender, etc.
If the problem remains relevant, please attach a test project.
How to process next line from resource file in one script run?
-
I made a commenting bot for one site, but before comment i must login (saving and restoring cookies doesn't work so for every comment i must log in, solve recaptcha to confirm login and then comment). So i would like to login once and then process all links from text file one by one in just one script run to avoid recaptcha solving many times. How to do that?