Error While Making Signup Project on seekingalpha.com

  • Автор темы Автор темы anssoft
  • Дата начала Дата начала

anssoft

Новичок
Регистрация
09.09.2021
Сообщения
11
Реакции
0
Баллы
1
Hello,

I have made a simple project to signup on seekingalpha.com website
82550

But at the last step which is clicking on creating account i got this error in Zennoposter

Please note i have tried to sign up on the normal browser and success.


82549


How to solve this?

Best regards
 
This is press & hold captcha, just figured it out.

How to handle this situation?
 
Try this C# code:
C#:
Развернуть Свернуть Копировать
var elButton = instance.ActiveTab.FindElementById("px-captcha");
int topInBrowser = int.Parse(elButton.GetAttribute("topInBrowser"));
instance.ActiveTab.FullEmulationMouseWheel(0, topInBrowser);
instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(elButton);
instance.ActiveTab.FullEmulationMouseClick("left", "down");
Thread.Sleep(5 * 2000);
 
Thank you VladZen

This code did the job

Cheers
 
Hello again,

I have tried another time, and it shows the right icon, but it keeps showing 3 dots as it's appears in the screenshot.

Should we modify anything in the code?

Thanks in advance
 

Вложения

  • Screenshot 2021-09-14 151858.png
    Screenshot 2021-09-14 151858.png
    167,6 KB · Просмотры: 125
Any suggestions for that?
 
Try to use proxies and change IP and also change browser profile settings.
You should not open the site with same parameters every time.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)