capsolver-browser-extension icon indicating copy to clipboard operation
capsolver-browser-extension copied to clipboard

Issue with CapSolver Extension in Docker Container

Open carlosace3 opened this issue 11 months ago • 1 comments

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 local machine, even in headless mode with the extension.

Could this be related to how the extension is configured in a containerized environment? Any insights or guidance would be greatly appreciated.

Thank you!

carlosace3 avatar Jan 04 '25 17:01 carlosace3

Hi @carlosace3 did you figure this out?

AumeshMisra avatar Feb 17 '25 23:02 AumeshMisra

We have not tested the extension in docker and do not recommend using it in docker. The extension is only suitable for ordinary small-scale task scenarios. In production environments, we recommend using API to get tokens, even if you use automation tools such as puppeteer, selenium, etc.

To use API in automation tools, you can refer to the blog:

  • https://www.capsolver.com/blog/All/how-to-integrate-selenium
  • https://www.capsolver.com/blog/All/how-to-integrate-puppeteer
  • https://www.capsolver.com/blog/All/how-to-integrate-playwright

capsolver avatar Oct 27 '25 08:10 capsolver