Search found 100 matches

by CodeLab
Thu Nov 18, 2010 8:07 am
Forum: iMacros for Firefox
Topic: Next macro must wait if another one is currently running
Replies: 5
Views: 3460

Re: Next macro must wait if another one is currently running

Hi... If I Reckon Correctly... Main Problem Is, If Two Macros Starts At The Same Time, Then One Of Them Fails... Solution Suggested By @jbwocky Could Work... Another Possible Solution I Could Think Of, Is To Create Another Firefox Profile.. And Use iimInit Switches Such That, Macro1 Runs With Firefo...
by CodeLab
Tue Nov 16, 2010 10:29 am
Forum: iMacros for Firefox
Topic: Weird Javascript Error - parsing a line to macro with comma
Replies: 2
Views: 2252

Re: Weird Javascript Error - parsing a line to macro with co

Hi... With iimPlay() You Need To Have "CODE:" Only Once, At The Beginning... If You Put alert(macroList); Before Your iimPlay Line, You Will See, You Have "CODE:" Multiple Times... CODE: SET !TIMEOUT 5 WAIT SECONDS=2 ,CODE: SET !TIMEOUT 5 WAIT SECONDS=2 ,CODE: SET !TIMEOUT 5 WAIT...
by CodeLab
Tue Nov 16, 2010 5:01 am
Forum: Data Extraction and Web Screen Scraping
Topic: Log in to website
Replies: 3
Views: 3060

Re: Log in to website

Hi... Your FILEDELETE Line Has Space Which Should Be Replaced By <SP> FILEDELETE NAME=c:\Users\(name)\My <SP> Documents\iMacros\Downloads\email.txt Since iMacros 7, this command is no longer available in the iMacros Browser and Internet Explorer. http://wiki.imacros.net/FILEDELETE Login To A Website...
by CodeLab
Sun Nov 14, 2010 6:55 am
Forum: General Support & Discussions
Topic: ipig servers dead?
Replies: 3
Views: 2240

Re: ipig servers dead?

Hi...

Is This The Page You Are Looking For

http://www.iopus.com/ipig/
by CodeLab
Fri Nov 12, 2010 7:44 pm
Forum: General Support & Discussions
Topic: inserting multiple lines in webform from csv
Replies: 3
Views: 3573

Re: inserting multiple lines in webform from csv

Hi... If You Want To Move To Next Line In CSV You Should Set Line By Using SET !DATASOURCE_LINE xxx I Reckon, You Want To Insert Line1, Line2, And Line3 Into Some Input On WebForm. You Should First Combine All Lines Into 1 String SET !DATASOURCE_LINE 1 SET !VAR1 {{!COL1}} 'Move To Line 2 SET !DATASO...
by CodeLab
Fri Nov 12, 2010 7:23 pm
Forum: General Support & Discussions
Topic: increment parameters and open new tab
Replies: 5
Views: 3406

Re: increment parameters and open new tab

Ahh Sorry... My Bad... It Should Be Like This... VERSION BUILD=7031111 RECORDER=FX SET !VAR1 1 SET !VAR2 777 TAB OPEN TAB T={{!VAR1}} URL GOTO=http://localhost/dir/{{!VAR2}}.png ADD !VAR1 +1 ADD !VAR2 +1 When Accessing Value Of Variable Its To Be Used With Double {{}} Like TAB T={{!VAR1}} And So On...
by CodeLab
Fri Nov 12, 2010 6:37 pm
Forum: General Support & Discussions
Topic: increment parameters and open new tab
Replies: 5
Views: 3406

Re: increment parameters and open new tab

Hi Russ...

Try This Code..
I Had Changed URL GOTO Line

Code: Select all

VERSION BUILD=7031111 RECORDER=FX

SET !VAR1 1
SET !VAR2 777


TAB OPEN
TAB T=!VAR1
URL GOTO=http://localhost/dir/{{!VAR2}}.png
ADD !VAR1 +1
ADD !VAR2 +1
by CodeLab
Fri Nov 12, 2010 2:03 am
Forum: iMacros for Firefox
Topic: Form conditionals
Replies: 1
Views: 1462

Re: Form conditionals

Hi aseriesoftubes

iMacros Itself Is Descriptive Language...
It Does Not Have Any Conditionals (If/Else)

With iMacros For Firefox You Can Use Built-In Javascript Scripting Interface And Use Javascript For Conditional Checks...
http://wiki.imacros.net/iMacros_for_Fir ... _Interface
by CodeLab
Fri Nov 12, 2010 1:01 am
Forum: General Support & Discussions
Topic: How do you...
Replies: 6
Views: 3369

Re: How do you...

Hi...
The Example Link In My Above Post Does Exactly The Same..

You Play Macro Using
Play (Loop) Button, And Enter The Number Of Loops You Want To Play Macro For..
by CodeLab
Thu Nov 11, 2010 3:12 pm
Forum: iMacros for Firefox
Topic: view page loaded
Replies: 2
Views: 1964

Re: view page loaded

Hi...

URLCURRENT Give The URL Of Current Page...
For Page Loaded In First Frame, You Will Have To Extract Its SRC

Code: Select all

VERSION BUILD=7000928 RECORDER=FX
TAG POS=1 TYPE=FRAME ATTR=* EXTRACT=HREF
by CodeLab
Thu Nov 11, 2010 6:03 am
Forum: iMacros for Firefox
Topic: Extracting text seems to be causing problems
Replies: 3
Views: 3161

Re: Extracting text seems to be causing problems

Hi... Everytime you extract a value, Using EXTRACT=something Its appended To Previous value.. Hence after few loops your decaptcha text Keeps growing to multiple words.. You Need To Add This line SET !EXTRACT NULL Just Before This. TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT This Way, Extract Will Ho...
by CodeLab
Thu Nov 11, 2010 1:36 am
Forum: General Support & Discussions
Topic: How do you...
Replies: 6
Views: 3369

Re: How do you...

Hi...

You Can Put All The Details Like Usernames And Passwords In CSV File,
And Read That CSV File To Create Accounts...

Here Is One Example
http://wiki.imacros.net/Demo-Loop-Csv-2-Web
by CodeLab
Tue Nov 09, 2010 4:21 pm
Forum: iMacros for Firefox
Topic: Load script from web page
Replies: 3
Views: 2069

Re: Load script from web page

Hi....

After You Copy The iMacros Code, You Can Run It Using iimPlay()
by CodeLab
Tue Nov 09, 2010 4:16 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract SAVEPICTUREAS on Flik r
Replies: 1
Views: 1764

Re: Extract SAVEPICTUREAS on Flik r

Hi... Everytime You Extract Something Using EXTRACT=HREF|TXT|anything New Value Is "Appended" To Extract Variable... You Should SET !EXTRACT NULL After Every Image Is Saved.... So For Instance Your Code Should Be Like This... VERSION BUILD=7021019 RECORDER=FX TAB T=1 URL GOTO=http://www.fl...
by CodeLab
Mon Nov 08, 2010 7:22 pm
Forum: iMacros for Firefox
Topic: Image Download - Important!
Replies: 3
Views: 2590

Re: Image Download - Important!

Hi... Here Is The Complete Macro Code... VERSION BUILD=7000928 RECORDER=FX SET !LOOP 1 ONDOWNLOAD FOLDER=* FILE={{!LOOP}}.jpg 'SAVE IMAGE TAG POS=1 TYPE=A ATTR=TXT:View<SP>Original CONTENT=EVENT:SAVETARGETAS 'navigate to next image TAG POS=1 TYPE=A ATTR=CLASS:navigation<SP>next WAIT SECONDS=1 Run Th...