capsolver-browser-extension
                                
                                
                                
                                    capsolver-browser-extension copied to clipboard
                            
                            
                            
                        This browser extension supports recognition of the most popular CAPTCHAs, including reCAPTCHA v2, v3, reCAPTCHA v2 invisible, enterprise, hCaptcha, FunCaptcha, Geetest, AWS Waf Captcha, Amazon Captcha...
Going on https://accounts.hcaptcha.com/demo on the latest version fails to get the HCaptcha task resulting in the captcha not being solved.
The latest version cannot be clicked FunCaptcha https://github.com/capsolver/capsolver-browser-extension/assets/50391923/8d0e52a6-bd15-4c11-94d7-4a953ed3f170
Hello, I am trying to use your extension with the Playwright browser. The extension was installed successfully, however, I the extension doesn't run automatically and requires clicking on it and...
需要使用python+selenium+selenium-wire对浏览器的请求响应数据进行获取,在启动ChromeDriver中设置--proxy-server参数后Captcha solver谷歌插件就无法正常运行了,表现是会自动点击谷歌圆圈弹出谷歌的识别图,但是不会对图片内容进行自动识别。 插件配置是ok的,去掉--proxy-server参数能正常识别和绕过。 环境: - 插件版本:Capcha Solver 1.14.5(谷歌应用商店下载) - 系统:MacOS 13.5.1 - Chrome版本:129.0.6668.59 ``` ENABLE_CHROME_COMMAND = '/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --remote-debugging-port=1234 --user-data-dir="/Users/xxxx/Chrome" --proxy-server=http://localhost:12345 --disable-infobars' process = os.popen(ENABLE_CHROME_COMMAND) chrome_options = Options() chrome_options.add_experimental_option("debuggerAddress",...
Hi guys, does anyone facing the same issue on this version?
Only clicks the captcha box in Recaptcha, everything else does not work anymore like it used to be working
I am using chromium (on windows) with argument --single-process. To solve Recaptcha, I used the capsolver extension but browser crash soon after the launch.
Hello, I've been trying to use the CapSolver extension with Selenium inside a Docker container, but it doesn't seem to solve reCAPTCHA v2. The same setup works perfectly on my...