iMacros Help!

Dresden

Elite Member
Joined
Mar 10, 2014
Messages
2,657
Reaction score
1,605
Hi I need some help with iMacros. I am using the firefox version and I am having a little problem. Basically I need iMacros to visit a URL and click a Like button. I created a recording but when I run iMacros it goes to the website, selects the thumbs up icon but it doesn't make the click. It was working a few days ago and now it stopped. Does anyone know how to fix this?

Code:
VERSION BUILD=9030808 RECORDER=FX
SET !TIMEOUT_PAGE 10
SET !ERRORIGNORE YES
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=[URL]
TAG POS=1 TYPE=I ATTR=CLASS:icon-thumbs-up
CLEAR
 
Hi
Maybe it's now not a link? Try to use the CLICK command. Can you show this website? maybe they changed something in the DOM.
 
Hey guys I uninstalled everything and it's working now.
 
Back
Top