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 am trying to run an if statement in BAS that would be triggered like- "if a specific image is on screen" "do this"... can anyone help me with this?
Probably not.. you can try with image name, css, xpath etc.. to do this
Thanks for the Reply. Silly me, I found a way by using the click drag function then search for it on screen via coordinates etc.
Has it been like this from the first time you installed it?
@Baocon97
I believe you need to convert the cookies to the format that BAS understands, and then import them into BAS using a standard method.
Take a look: https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Cookie
@GaG Thanks for the reply. I've tried English CC way too. But his BAS is in Russian so really find difficulty in getting what steps he's performing. Anyway Thanks
@Fox said in Javascript errors only in BAS:
@nicovevo said in Javascript errors only in BAS: Hello i had a script working really well, it stoped working working. When i try to click login button i see these javascript errors. https://prnt.sc/vuzft2 But in my normal browsers i dont see these messages. I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors Try disabling the AjaxReCaptcha2 module 0acbc29b-f45d-44aa-91e2-852c1f998358-изображение.png
@nicovevo said in Javascript errors only in BAS:
Hello i had a script working really well, it stoped working working. When i try to click login button i see these javascript errors. https://prnt.sc/vuzft2 But in my normal browsers i dont see these messages. I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors
Hello i had a script working really well, it stoped working working.
When i try to click login button i see these javascript errors.
https://prnt.sc/vuzft2
But in my normal browsers i dont see these messages.
I think website moved hcaptcha from recaptcha, but i still dont understand what are these javascript errors
Try disabling the AjaxReCaptcha2 module
0acbc29b-f45d-44aa-91e2-852c1f998358-изображение.png
thank you this solved my problem.