MisterSuprm
Registered Member
- Apr 15, 2014
- 50
- 2
So I have began my daily routine of favoriting targeted content and boom, the Macro was not doing anything. So I have easily changed the "B" to "BUTTON" which has fixed the issue, however the Macro started to skip a LOT of tweets which defeats the purpose pretty much.
Here is what I am using, any ideas why it's skipping?
Here is a Screenshot:
http://i.imgur.com/IwEXXeJ.png
Edit:
When I remove the "ERRORIGNORE" here is what I get:
Could it be that they have changed the buttons to multiple different versions? So not just "ATTR=TXT:Favorite" but "ATTR=TXT:Favorite<SP>1" "ATTR=TXT:Favorite<SP>2" and so forth? :/
Thanks in Advance,
Here is what I am using, any ideas why it's skipping?
Code:
SET !TIMEOUT_PAGE 1
SET !LOOP 1
SET !ERRORIGNORE YES
SET !VAR1 {{!LOOP}}
TAG POS={{!VAR1}} TYPE=BUTTON ATTR=TXT:Favorite
WAIT SECONDS=2.5
URL GOTO=javascript:window.scrollBy(0,350)
Here is a Screenshot:
http://i.imgur.com/IwEXXeJ.png
Edit:
When I remove the "ERRORIGNORE" here is what I get:
Code:
RuntimeError: element BUTTON specified by TXT:Favorite was not found, line 4 (Error code: -921)
Could it be that they have changed the buttons to multiple different versions? So not just "ATTR=TXT:Favorite" but "ATTR=TXT:Favorite<SP>1" "ATTR=TXT:Favorite<SP>2" and so forth? :/
Thanks in Advance,
Last edited: