Syntax error Final Message : Script finished with error :SyntaxError: Parse error
-
I tested it and it works perfectly when its running from the record function but when i try to run it. it errors immediately.
" Final Message : Script finished with error :SyntaxError: Parse error "
Why error and how?
I do not mind running it from the record function but,
i want to make the browser start schedualed..
-
-
Im not reporting a bug/error.
I am just asking how this program works. I do not mind finding the solution.
But then i need to understand why or how the program works.I have some experience with scripting(reading/running logically to algorithm)
-
@unknownmenz In record mode BAS executes actions one by one, while in run mode it checks whole script.
In new version this error is more descriptive, it displays action id instead of code and line number.
-
Thank you for your reply.
But i do not see why the running mode gives error, if the record mode can fully function.
-
There is something wrong with your script. Be sure to check your script using action id in the script tab ( near log tab ). Or use log to check at what point your script giving error.