I would like to click multiple times in the HTML ID.
I have this code, that just click 1 time per the time the user defines:
What I mean is that the user writes in the input the timeout and that in that user defined timeout, the "code" makes maximum clicks in that timeframe.
What i need is a Loop of clicks
UPDATE:
RESOLVED