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).
I want to set windows tasks to run BAS script everyday at certain hour. Its possible with exe files.
But If its asking me for confirmation then I cant schedule it because someone will have to click the confirming button.
How to turn it off mates? :)
@yourfriendkarol
Compile script with this settings:
Use "silent" version:
@majdi105 said in BAS Bug one click captcha:
is no "hourglass icon" on the one click captcha module
b4295e9a-d397-4959-87bc-3fccb36c6db3-изображение.png
Latest version.
You can set extension like this https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid
in yours chrome and then import it to the BAS with module like this
https://community.bablosoft.com/topic/18824/cookiestools/62
if you have any problems write to me in pm.
If its not possible can script execute other script? i mean like this
Script A (A.xml) run till the end, at the end of script A it will call Script B (B.Xml) to run, then script B run till the end, is that possible??