-
Since recently I haven't been able to login without filling in a captcha where this used to be possible.
Some things I noted:
- Signing in with a node provided works just fine
- Derandomizing and…
-
Hi People,
I Try to start a docker contatiner on a Ubuntu Server without GUI. the programm Crash if i enable anticaptcha, ERROR:
**used IMAGE: oyzoursky/python-chromedriver:3.8-selenium**
Tr…
-
@ad-m
Hi Adam, you already helped me a lot integrating your python code to use with selenium/chrome.
Now I do have another recaptcha, where I am not able to handle it.
First of all I am trying…
-
I have posted a question in stackoverflow regarding the issue, please check
https://stackoverflow.com/questions/68877761/recaptcha-wasnt-solving-by-anticaptcha-plugin-in-selenium-python
-
First of all, thanks!
I got it up and running, using proxies and anticaptcha.
I am using 33mail to create aliases that go into one (new) gmail inbox.
Im getting a lot of emails from newegg …
-
🚨SERVER MAINTENANCE🚨
Server maintenance from 3:00 to 4:00 AM (UTC):
⭐️Fix bugs.
⭐️Optimize some features
⭐️Added anti-BOT feature.
-
Please help me to solve this...
-
Hey.
As you may know python's new package dependency resolver is going to change and be strict about conflicting package dependencies.
The current requirements are too strict and I don't think they …
-
@ad-m
From your examples I tried to use Funcaptcha with proxy like this:
```
from python_anticaptcha import AnticaptchaClient, FunCaptchaTask, Proxy
proxy = Proxy.parse_url("socks5://login:…
-
I am using selenium with python and want to solve a text captcha
The captcha can NOT be read from the URL with something like:
```
url = browser.find_element_by_id('captchaImg').get_attribute("…