I am trying to use iMacros with Firefox to click the UnFollow button ONLY if this code exists on the page ...
<small class="follow-status">follows you</small>
If the above does not exist in the page source, then it runs this iMacros code ...
TAG POS=1 TYPE=DIV ATTR=TXT:UnFollow
From what I read, there is no if / else syntax, but you can run Javascript with
EVAL("Javascript code here")
If anyone knows how I could do this, I could really use the help
source
share