Can we build semi-auto bot ?

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18
Hello,
i would like to build semi-auto bot for higher acceptence for registration of several high quality site (because there's some check box and data that required to fill manually).

The bot should prefill some field and then pause. The bot will resume after i click the submit button.

is it possible with zennoposter ?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
You can use combo Alert + Pause.

But i'm not sure how you will look for instance that you need if you run them in multi threading)
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18

qmg

Client
Регистрация
12.06.2011
Сообщения
15
Благодарностей
7
Баллы
3
When I use alerts with multithreading, my approach is to create each instance individually, then make the alert reference which instance.

For example, I'll create script called "script" with an alert that says "script - click to continue".
Then I clone the script, call the next one "script2", and change the alert to say "script2 - click to continue".
Script3 will say "script3 - click to continue", etc.

I'm usually running 10 threads or less for my purposes, so this helps me run them all at once and know which instance needs attantion.

You can use combo Alert + Pause.

But i'm not sure how you will look for instance that you need if you run them in multi threading)
 

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