Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello. I am having an issue with extensions using a path. For some reason, it doesn't load on my browser. Here is my path and how I write it on BAS :
Is this a bug from BAS ?
@aronax said in Extensions not saved in profile:
Aren't they saved inside the profile folder?
No
CEF which is the base for bas worker does not support extensions out of the box like Chromium based browsers.
i believe each one must be tuned to make it work.
Instead of wait for full page.. use wait for text or css.. your script will work faster..
@toobie there examples?