Click operation three times

How can I make three clicks in one place?

Create a While loop with condition index < 3, where index starts at 0. Increment the index at the end of the While loop.

Inside of that, use a single click. This will click 3 times. You may need to adjust the delays to better simulate triple clicking.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.