python-anticaptcha
python-anticaptcha copied to clipboard
Client library for solve captchas with Anticaptcha.com support.
Hello, This seems to solve the security code. But nothing happens after that. How can I solve this?  ```python # Max Base from selenium import webdriver from selenium.webdriver.support.wait import...
To get a clear view i am uploading a link to a video which shows the problem regarding the recapcha. [https://drive.google.com/file/d/1Ydsra33hqyb5hRpmekOjk-y_uUw_UL95/view?usp=sharing](url) I am running a pythn bot to scrape the...
I'm having trouble solving [artstation](https://www.artstation.com/users/sign_in)'s login hcaptcha with selenium. Using requests is not an option because it requires javascript enabled, and the usual actions like for the recaptcha selenium examples...
``` raise AnticaptchaException( python_anticaptcha.exceptions.AnticaptchaException: [ERROR_NO_SUCH_CAPCHA_ID:16]Task you are requesting does not exist in your current task list or has been expired. Could not find appropriate task, make sure it had no...
Got error when trying to fill registration form using selenium: def should_register_new_donor(self): # проверка, что есть элементы в форме регистрации PATIENT_IIN = self.browser.execute_script("document.getElementById('input_iin_id');") sleep(3) assert self.is_element_present(self, PATIENT_IIN), "No field for...
@ad-m Hello, As i mentioned in the title, there is no submit button. Maybe there is but i cannot find it. website: twitch.tv/signup twitchtv is using Funcaptcha and i have...
I try to create an account with Microsoft. https://login.live.com/ Sometimes I do get a FunCaptcha to solve. I am able to solve the captcha und get a valid token. I...
@ad-m I really tried hard using your code with selenium and chrome. I want to login on https://services.aig.co.il/PersonalServices/#/login;url=%2Fhome when I'm trying to login after some attempts there is Recaptcha and...
Could u help me, please? We made a thread here: https://captchaforum.com/threads/puppeteer-how-to-bypass-funcaptcha-without-submit-button.2087/
@ad-m I use selenium with chromedriver. I would like to login here: [https://listen.tidal.com/login](url) Actually I get a resolve token from the anti-captcha service and I can insert it into the...