Captcha solvers mostly have case sensitive option in their api.
You can use it but you might need to go custom with http client.
@Mega in file *\BrowserAutomationStudio\apps\17.1.0\modules\ReCaptcha2\captcha2_code.js change all strings google.com/recaptcha/api2/frame to google.com/recaptcha/api2/bframe
@Shushik781 said in Solve recaptcha 2 no longer clicks Audio Challenge:
@Mega in file *\BrowserAutomationStudio\apps\17.1.0\modules\ReCaptcha2\captcha2_code.js change all strings google.com/recaptcha/api2/frame to google.com/recaptcha/api2/bframe
Thanks man