Randomize Pageload Delay

Is it possible to randomize the Request interval (ms) & Page load delay (ms) either by putting a value in the input field that the code recognizes as random or by editing the source code?

There was a similar ticket for this but the solution in that ticket no longer works.

Thanks

No, you cannot randomize these parameters.

You can add a element click selector with delay,
add two or three for differents n elements:
clickdelay1 li:nth-of-type(20) delay 400
clickdelay1 li:nth-of-type(40) delay 800
clickdelay1 li:nth-of-type(60) delay 1200

And while the scrape is running you can change the elements and delay manualy for more random :stuck_out_tongue:

config with your preferents, thanks to leemeng for this great idea.

An contribution will be range time for request and page load type [2000-5000]