How can I set random choice for button 'click' or 'don't click'?
In this example I need let iMacros make random action between like action and do nothing.
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
How can I set random choice for button 'click' or 'don't click'?
In this example I need let iMacros make random action between like action and do nothing.
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
Try this simple .js solution. I made it so if the random number is less then 5 to click the button. Else do nothing.
You can change it the way you want it. You have to save the JS code as .js . Nothing other that that will work.