Fiverr captcha help: click & hold

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

zerickx

Новичок
Регистрация
20.03.2023
Сообщения
4
Реакции
2
Баллы
3
Hello,

I would like to know if someone has got a solution to solve the click & hold captcha in Fiverr.
I see the mouse emulation but how to simulate a click hod ?

Thk you for your help :)

Thank you
104873
 
Try this code:
C#:
Развернуть Свернуть Копировать
instance.ActiveTab.FullEmulationMouseClick("left", "down");
Thread.Sleep(12000);
instance.ActiveTab.FullEmulationMouseClick("left", "up");
 
wow, super I am gonna try both :)
Thks a lot

Keep in touch !
 
Ok, so what I could notice:

1) Drag and drop function seems not working (i selected x,y for drag and x,y for drop) the function is not active (screen 1). May be I missed something or I am wrong in some way.

Very difficult to open action designer and to find attribute because right click has the same function than left click. Finally, I could get a little result with rise =>long touch, but I cannot control how long the touch is pressed...it's a pity (screen 2)

2) For C#, I tried to copy/past the code in custom code but i couldn't get any result. I don't need to specify (x,y) ?

Thks for your help,

Zerickx
 

Вложения

  • 1.png
    1.png
    33,9 KB · Просмотры: 183
  • 2.png
    2.png
    37,2 KB · Просмотры: 165
Hello,

I would like to know if someone has got a solution to solve the click & hold captcha in Fiverr.
I see the mouse emulation but how to simulate a click hod ?

Thk you for your help :-)

Thank youПосмотреть вложение 104873


I also had problems with fiverr, everything is solved by properly setting up the project and the browser, try different chromium/chrome configurations, different canvas emulation settings, etc..
 
The C# code of Vlad seems to work. I cannot visualize the action but zenno can continue his work so I assume it works.

Thank for your answers :)
 
  • Спасибо
Реакции: kestasass и VladZen

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