project maker - working great- zennoposter dont use mouse

xNoname

Новичок
Регистрация
11.09.2024
Сообщения
17
Благодарностей
0
Баллы
1
Hi,
I work a lot on zennodroid, but I'm forced to start using zennoposter as well. I have a problem that's probably been discussed many times, but I haven't found anything that could help. If there's a solution to my problem in another thread, please refer me to the specific thread and close this thread.

Specifically, when creating an email account in Project Maker, the bot imitates mouse movements, which eliminates the captcha issue. However, if I upload the same recording to zennoposter and try to run it, at the end of registration, I can't register the account because the "create account" button doesn't unlock, which is due to the lack of mouse movement. Of course, I have the emulation level block set to maximum quality in the recording itself, and in the project settings, I have full mouse emulation. However, this doesn't enable mouse movements on the instances, so the bot can't be scaled.
Is it possible to solve my problem in any way?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 730
Благодарностей
5 998
Баллы
113
Hello,
Could you tell what browser type do you use in zennoposter? CEF, Chromium or maybe new ZennoBrowser?
 

xNoname

Новичок
Регистрация
11.09.2024
Сообщения
17
Благодарностей
0
Баллы
1
hi, im using chromium,
i solved my problem using code C##
C#:
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
+ if some click was not done corectly - use javascript codes with code of site from DOM/developer tools. :-)
 

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