vfs-appointment-bot icon indicating copy to clipboard operation
vfs-appointment-bot copied to clipboard

reCaptcha solving

Open anovob opened this issue 1 year ago • 5 comments

Now Its need reCaptcha solve. How can I solve reCaptcha with 2captcha api?

anovob avatar Mar 31 '23 13:03 anovob

You may start the webdriver with 2captcha addon.

` options.add_extension('captcha.crx') driver = webdriver.Chrome(executable_path=ChromeDriverManager().install(),options=options,desired_capabilities=caps) driver.get('chrome-extension://ifibfemgeogfhoebkmokieepdoobkbpo/options/options.html')

elm = WebDriverWait(driver, 15).until(EC.presence_of_element_located((By.XPATH, "//input[@name='apiKey']")))
elm.send_keys('2CAPTCHA_API_KEY')`

efecnc avatar Apr 11 '23 09:04 efecnc

Hi, I'm completely new to this. Could you please elaborate on how to incorporate the reCaptcha solve into the existing code. As the country I'm applying from also need reCaptcha solve.

Thanks a mill, Sai.

Metagymomics avatar Apr 13 '23 10:04 Metagymomics

Me too, what about polish websites

yuchenlichuck avatar May 01 '23 19:05 yuchenlichuck

I need help figuring this out as well @efecnc

dankstarr avatar May 04 '23 09:05 dankstarr

Hi, Do you plan to update with reCaptcha solving?

noramirkh avatar Jun 01 '23 22:06 noramirkh

We recently updated the package, and it now handles most scenarios, including auto-solving CAPTCHAs(works in Firefox most of the times). I'll close this issue for now. Feel free to reopen it if you encounter the issue again.

ranjan-mohanty avatar Apr 30 '24 19:04 ranjan-mohanty