Fiverr captcha help: click & hold

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
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 181
Баллы
113

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 227
Благодарностей
5 844
Баллы
113
Try this code:
C#:
instance.ActiveTab.FullEmulationMouseClick("left", "down");
Thread.Sleep(12000);
instance.ActiveTab.FullEmulationMouseClick("left", "up");
 

zerickx

Новичок
Регистрация
20.03.2023
Сообщения
4
Благодарностей
2
Баллы
3
wow, super I am gonna try both :-)
Thks a lot

Keep in touch !
 

zerickx

Новичок
Регистрация
20.03.2023
Сообщения
4
Благодарностей
2
Баллы
3
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
 

Вложения

  • 33,9 КБ Просмотры: 51
  • 37,2 КБ Просмотры: 53
Регистрация
18.12.2017
Сообщения
64
Благодарностей
49
Баллы
18
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..
 

zerickx

Новичок
Регистрация
20.03.2023
Сообщения
4
Благодарностей
2
Баллы
3
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

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