@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.
Manual user input while script in running
-
Hi, I would like to add user input while the script is running. In my situation, while the script is running I receive a verification code that I need to enter manually, I don't know this code before the script runs.
How do I implement this option in my script? Thanks!
-
Here's a little script, you'll want to use the "Ask User Input" function which will show up in a new tab called "Captcha" where Logs & Results are.
