I am using the callback function but at the end under captcha it says 'Character sequences do not match' on gmx.com
here is my python code, using selenium.
code:
try:
site_key = "6Lc7GmIUAAAAAKDjVWk0q9Y5HhN5bNr1ctLZDmnw"
with open(r'api_key.txt', "r") as f...
HI :)
My problem is with the Captcha on Gmx.co.uk.
I am using Selenium and python.
Here is the code that I am for using 2captcha:
try:
site_key = "6Lc7GmIUAAAAAKDjVWk0q9Y5HhN5bNr1ctLZDmnw"
with open(r'api_key.txt', "r") as f:
api_key =...