Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding Captcha Solver #8

Open
BrianMosbeux opened this issue Oct 18, 2024 · 1 comment
Open

Understanding Captcha Solver #8

BrianMosbeux opened this issue Oct 18, 2024 · 1 comment

Comments

@BrianMosbeux
Copy link

Hi,

Can someone help me understand what is the purpose/usage of the capthca solver?

# In scrape.py > scrape_website() function
driver.execute('executeCdpCommand', {
            'cmd': 'Captcha.waitForSolve',
            'params': {'detectTimeout': 10 * 1000},
        })?

In bright data documentation it says:

By default, as part of our full proxy unblocking solution, Scraping Browser also solves CAPTCHAs that are encountered while returning your proxy request.
https://docs.brightdata.com/scraping-automation/scraping-browser/features/captcha-solver

So why is it still needed?

  • to solve the captcha?
  • check if the it is solved?
  • give time for it to be solved before getting the page source?

Thanks in advance for your help!

@fukemy
Copy link

fukemy commented Oct 21, 2024

same question here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants