I'm new to iMacros. I'm trying to make a script that will click unfollow only if the user is not following you, and if it is to skip the script. I managed to do it to unfollow all users, but that is not what I want.
Any help would be much appreciated.
Here is my code:
SET !ERRORIGNORE YES
Wait Seconds=1
TAG POS=2 TYPE=BUTTON ATTR=TXT:Following
Wait Seconds=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
Wait Seconds=1