Search found 3 matches

by cietru141
Thu Dec 26, 2013 6:56 pm
Forum: General Support & Discussions
Topic: Workarounds for Conditional Logic in Macro Code
Replies: 10
Views: 81418

Workarounds for Conditional Logic in Macro Code

Hi, At the moment I am writing java code that reads from a CSV file that includes different URL's of webpages on which I want to run a macros code.The macros code obviously varies slightly according to the information in the CSV. After the CSV file is filled with the appropriate information one doub...
by cietru141
Tue Dec 24, 2013 12:35 am
Forum: General Support & Discussions
Topic: !EXTRACT
Replies: 4
Views: 3313

!EXTRACT

How can I use EXTRACT to save the values 2.05,3.45 & 3.5 in different variables?And which version of iMacro do I need?Can this work on any browser? TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editEventOddsForm ATTR=NAME:odds1 CONTENT=2.05 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editEventOddsForm ATTR=NAME:o...
by cietru141
Tue Dec 17, 2013 6:01 pm
Forum: iMacros for Firefox
Topic: TAG POS Filling the same textbox that has a dynamic referenc
Replies: 1
Views: 1486

TAG POS Filling the same textbox that has a dynamic referenc

Hi guys I'm recording a macro that includes these 2 lines TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editOddsForm ATTR=NAME:combinationOdds( 130547742603 ) CONTENT= 1.5 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editOddsForm ATTR=NAME:combinationOdds( 130547742604 ) CONTENT= 1.3 These 2 lines basically input the ...