Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
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.
