iMacro question

Ducati

Newbie
Joined
Apr 11, 2010
Messages
26
Reaction score
1
hey guys does anyone know whats the code on how the imacro will click on the exact location that i want it to click??

cause whenever i refresh the page. the page always add new users on the page so i want the imacro to click whichever the first person came up on the page..
 
It's going to be dependent on the HTML code of the page.

If you're lucky, the user list you want to click on might be separated by its own <div> or other element. Record a macro and then view the source of the page so you can edit the macro properly. Also, you can use asterisks (*) instead of specifying certain targets.
 
Back
Top