ad-m / python-anticaptcha

Client library for solve captchas with Anticaptcha.com support.
http://python-anticaptcha.readthedocs.io/en/latest/
MIT License
219 stars 51 forks source link

How to submit the FunCaptcha - Linkedin #87

Open kabaneridev opened 3 years ago

kabaneridev commented 3 years ago

I've been trying with python-anticaptcha to write automate register for LinkedIn but it doesn't work so I went for easier solution - the Google Chrome Extension and I see it is actually works but how to submit the FunCaptcha? There is no submit button, and

image

levantoi368 commented 3 years ago

I am also looking for an outlook web solution

scullcandyz commented 3 years ago

I am also looking for an outlook web solution

Execute the js responsible for submitting the captcha

Jul187 commented 3 years ago

Are you able to submit the captcha @scullcandyz ?

jimmy927 commented 3 years ago

Execute the js responsible for submitting the captcha

Is it that simple really ? Have you done it yourself and gotten it to work?