Dresden
Elite Member
- Mar 10, 2014
- 2,657
- 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