@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.
Spript runs fine on editor but not after compiling
-
@sparkmate said in Spript runs fine on editor but not after compiling:
Hey there,
I have made a script that runs just fine when I run it on the editor, but when I compile it and try to run it normally I get an error? Can anyone help?
Hello. Whats Error you get after compile ?
-
The program runs a While loop just fine on the editor and clicks the element when it appears and stuff. But when I complite it and run it I get an error " Waiting for element ..... Failed" and that element is not even inside the while loop which is super strange. Idk how to explain it.
Thanks for reaching out. Sadly I cannot give any more details i was just wondering if It has to something with the settings or something like that
-
@sparkmate
Try adding a "Sleep" action with one second to the loop.