Código:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
'Set iMacro datasource and column number
SET !DATASOURCE address.csv
'You may change this depending how many columns your CSV has
SET !DATASOURCE_COLUMNS 2
'Set the selected random column
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=http://www.padventures.org/index.php/account/login.ide
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=NAME:name CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=NAME:pass CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=ID:et_contact_submit
ay alguna forma de que este codigo aparte de entrar guarde las contraseñas y users alas que entre ?