@yourfriendkarol
You'll need to check if it has failed by website "Error Captcha Wrong Message" or other.
Browser:
If you are looking for a none browser that wasn't solved inside the browser side, you will need to use your own HTTP Get request to report it or crack open the module and look at the code, seeing what variables are needed to report to via browser side from HTTP (Which uses Internal HTTP Client) side of things.
Depending on the Captcha method;
https://2captcha.com/2captcha-api#complain
@gudolik said in Why tiktok urls fails in BAS?:
Should after the update i have to recompile the project for the new engine?
no
You can use a temporary solution
https://community.bablosoft.com/topic/11422/браузер-bas-не-отображает-страницы-и-их-содержимое/3
788.xml
@TryOn No it is not I , it is || near ENTER key left side and above right shift key. It should be
[[VARIABLE]] == "val" || [[VARIABLE2]] == "val2" || [[VARIABLE3]] == "val3"
This a non-evolving way of thinking, the subject of the discussion is oriented on the fact that BAS is an automation tool which should accurately replicate the characteristics of a real browser, we simply observe that one of the functions of BAS (user -agent) does not react as it should, it doesn't matter if f.vision gives a fake also with real Chrome, the fact that we have different results on all other browsers shows that something is not working as it should be, it is undeniable
in a large scale production environment, having the ability to only one kind of user-agent is simply impossible.
You can do a test with our dear friend google with Recaptcha API (recaptcha__en.js), which unfortunately gives a poor score to BAS whit any user-agent other than edge :
https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php
Whit a real browser whit get 0.7
Whit base wee get 0.1:
This low score surely does not come only because of a possible (or not...) problem of user-agent whit BAS, but it is certainly part of it ...
the same test with BAS and an EDGE User-Agent we get a better score, 0.3 .... :
f.vision is therefore not false, only the User-Agent of edge which are not detect whit BAS for the moment ...
thank you
@Fox
Hello,
I tried Adblock https://chrome.google.com/webstore/detail/adblock-—-best-ad-blocker/gighmmpiobklfepjocnamgkkbiglidom
And
https://greasyfork.org/en/scripts/425854-hcaptcha-solver-with-browser-trainer-automatically-solves-hcaptcha-in-browser
https://chrome.google.com/webstore/detail/hcaptcha-solver/lfpfbgeoodeejmjdlfjbfjkemjlblijg
I tried many plugins. How we can run with these plugins?
I want to only detect hcaptcha. Is it here or not? Just this. But i can't detecting. Bas showing white
@Fox said in Enable Mic Access:
@fair21taylor Try to replace this file in the BAS folder.
Or add these lines to the chrome_command_line.txt file
--disable-gpu
--disable-gpu-compositing
--enable-widevine-cdm
--use-fake-ui-for-media-stream
—use-fake-device-for-media-stream
—use-file-for-fake-video-capture=C:\test.y4m
—use-file-for-fake-audio-capture=C:\3285.wav
fake-video-capture for camera emulation
fake-audio-capture for microphone emulation
is there a way to really allow mic to work and not a fake audio capture?