Imacros Help

Koqui

Registered Member
Joined
Dec 16, 2009
Messages
80
Reaction score
17
hi,

I have a bit of idea how this will go but with every intent I end up no where. What i would like is to extract information from 5 Columns place it on a textbox, and delete the line from the cvs file. Loop for 5 times and wait 24hrs.

This is my Current code:
Code:
VERSION BUILD=6251204 RECORDER=FX
TAB T=1

CMDLINE !DATASOURCE Address.csv
SET !DATASOURCE_COLUMNS 5
SET !LOOP 2

URL GOTO=http://www.google.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:gs ATTR=NAME:q CONTENT={{!COL1}}{{!COL2}}{{!COL3}}{{!COL4}}{{!COL5}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:tsf ATTR=NAME:btnG&&VALUE:Search

for (i = 0; i < 5; i++) (copied from search)
SET !DATASOURCE_LINE 5

Thank you For the Help, Im Currently using Notepad++ and Both Imacro for Firefox and Browser. Thank you
 
Back
Top