Problem using imacro

emiljano

Newbie
Joined
Dec 8, 2012
Messages
13
Reaction score
0
Hi there :). I am trying to create a comment upvoter using Imacro. What I want the macro to do is click on specific coordinates of my screen and not the window. So if I scroll down or up it will still click in the exact same place of the monitor. Something like the WINCLICK command but this is deprecated now: wiki (.) imacros (.) net / WINCLICK. I am really stuck here would appreciate any help :)
 
CLICK X={{x}} Y={{y}}? Or without variables, CLICK X=123 Y=234.

You can go under "Record options", set the mode to "use X/Y position", start recording and click away. Still, it's probably the most unreliable method, you should consider doing it some other way.

Try using the "experimental mode". It solved a lot of problems for me on sites that have tricky javascript interfaces.
 
CLICK X={{x}} Y={{y}}? Or without variables, CLICK X=123 Y=234.

You can go under "Record options", set the mode to "use X/Y position", start recording and click away. Still, it's probably the most unreliable method, you should consider doing it some other way.

Try using the "experimental mode". It solved a lot of problems for me on sites that have tricky javascript interfaces.

Thanks for the reply. I tried all the recording options. The problem is that the comment changes position after receiving an upvote.
 
Last edited:
Back
Top