imacro loop from csv -
i trying run macro log account , make changes , log account number , same changes.
so far able log account , make change not able have macro pull next account id csv , continue on. think can done loop how im not certain.
i can't post exact info 2 reasons. 1. company internal , 2. block access forums @ work. i'm going write similar im needing log account, , log account , same thing.
lets example wanted log lowes account , make payment log out , make payment on other lowes account.
'version build=8970419 recorder=fx tab t=1 set !datasource datasource.csv set !var1{{!col1}} set !var2{{!col2}} url goto=url here
tag pos=1 type=input:text form=name:consumerloginform attr=name:userid content={{!var1}} tag pos=1 type=img attr=src:url here set !encryption no tag pos=1 type=input:password form=name:consumerloginform attr=name:password content={{!var2}} tag pos=1 type=img attr=src:url here tag pos=3 type=a attr=txt:makeapayment
i know can use {{!col1}} call first column. , {{!col2}} second column. gets account , password. how go through , hit row 2 , same thing on again?
ok figured out . next issue want html form have made 2 input boxes. enter account credentials in them , have imacro run , include inputs variables
Comments
Post a Comment