OP 08 December, 2021 - 05:49 PM
English:
Hello guys, I hope you can help me.
Since yesterday I can no longer create an gmx email.
I use the latest Chromedriver from the official website: https://chromedriver.chromium.org/ (ChromeDriver 96.0.4664.45).
My C # enters data with Xpath in the gmx HTMl fields. After that, my program automatically detects the captcha image and click on complete registration.
Since yesterday I got the error message in the picture.
![[Image: error.png]](https://i.ibb.co/ydLf8qK/error.png)
I'll start Chrome with the following options.
So far, my Chromedriver or the bot has never been recognized. He has been recognized since yesterday.
Can anyone help me further? I would pay for it too. Paypal, Bank, Paysafecard.
I can write in German or English :) I hope for your help!
--------------------------------------------------------------------------------------------------------------------------------------------
German:
Hallo leute, ich hoffe ihr könnt mir weiterhelfen.
Seit gestern kann ich keine E-Mail mehr erstellen.
Ich benutze den aktuellesten Chromedriver von der offizielen Webseite: https://chromedriver.chromium.org/ (ChromeDriver 96.0.4664.45).
Mein c# trägt Daten mit Xpath in die gmx HTMl-Felder ein. Danach löst mein Programm automatisch das Captcha bild und klick auf anmeldung abschließen.
Seit gestern erhalte ich die Fehlermeldung auf dem Bild.
![[Image: error.png]](https://i.ibb.co/ydLf8qK/error.png)
Ich lasse Chrome mit folgenden Optionen starten.
Bisher wurde mein Chromedriver bzw. der Bot nie erkannt. Seit gestern wird er erkannt.
Kann mir jemand weiterhelfen? Ich würde dafür auch bezahlen. Paypal, Bank, Paysafecard.
Ich kann auf Deutsch oder English schreiben:) Ich hoffe auf eure Hilfe!
Hello guys, I hope you can help me.
Since yesterday I can no longer create an gmx email.
I use the latest Chromedriver from the official website: https://chromedriver.chromium.org/ (ChromeDriver 96.0.4664.45).
My C # enters data with Xpath in the gmx HTMl fields. After that, my program automatically detects the captcha image and click on complete registration.
Since yesterday I got the error message in the picture.
![[Image: error.png]](https://i.ibb.co/ydLf8qK/error.png)
I'll start Chrome with the following options.
Code:
ChromeOptions optionsgmx = new ChromeOptions();
optionsgmx.AddArguments("--disable-blink-features");
optionsgmx.AddArguments("--disable-blink-features=AutomationControlled");
optionsgmx.AddExcludedArguments(new List<string>() { "enable-automation" });
So far, my Chromedriver or the bot has never been recognized. He has been recognized since yesterday.
Can anyone help me further? I would pay for it too. Paypal, Bank, Paysafecard.
I can write in German or English :) I hope for your help!
--------------------------------------------------------------------------------------------------------------------------------------------
German:
Hallo leute, ich hoffe ihr könnt mir weiterhelfen.
Seit gestern kann ich keine E-Mail mehr erstellen.
Ich benutze den aktuellesten Chromedriver von der offizielen Webseite: https://chromedriver.chromium.org/ (ChromeDriver 96.0.4664.45).
Mein c# trägt Daten mit Xpath in die gmx HTMl-Felder ein. Danach löst mein Programm automatisch das Captcha bild und klick auf anmeldung abschließen.
Seit gestern erhalte ich die Fehlermeldung auf dem Bild.
![[Image: error.png]](https://i.ibb.co/ydLf8qK/error.png)
Ich lasse Chrome mit folgenden Optionen starten.
Code:
ChromeOptions optionsgmx = new ChromeOptions();
optionsgmx.AddArguments("--disable-blink-features");
optionsgmx.AddArguments("--disable-blink-features=AutomationControlled");
optionsgmx.AddExcludedArguments(new List<string>() { "enable-automation" });
Bisher wurde mein Chromedriver bzw. der Bot nie erkannt. Seit gestern wird er erkannt.
Kann mir jemand weiterhelfen? Ich würde dafür auch bezahlen. Paypal, Bank, Paysafecard.
Ich kann auf Deutsch oder English schreiben:) Ich hoffe auf eure Hilfe!