Page 1 of 1

WAIT : random suggestion

Posted: Wed Mar 21, 2012 4:29 pm
by jafuli
The WAIT action is useful but uses a fixed value ...
It could be interesting to be able to set the WAIT value to a random value (like, select random or fixed, if random, you select the MIN and MAX, in millisecond).

a few seconds of coding, a small improvement :)

Re: WAIT : random suggestion

Posted: Wed Mar 21, 2012 11:20 pm
by webmaster
What would you use this for?

Re: WAIT : random suggestion

Posted: Thu Mar 22, 2012 8:47 am
by jafuli
some websites react badly when you scrape them with a very regular pattern. It's just some kind of camouflage.

Re: WAIT : random suggestion

Posted: Fri Mar 23, 2012 7:38 am
by webmaster
Here you go ;) . Just import this into whatever project you need it and use a Execute Actions Tree -> RandomWait action instead of a Wait one.

Re: WAIT : random suggestion

Posted: Wed Mar 28, 2012 10:23 am
by jafuli
cool ... thanx ... will integrate that quickly.