Search found 215 matches

by dharmendra2000
Tue Nov 25, 2008 4:38 am
Forum: iMacros for Firefox
Topic: Selecting a link depending on keyword
Replies: 1
Views: 2059

Re: Selecting a link depending on keyword

You can do by clicking relative position........
You can set position to your keyword and than based on position you can do further operation.

Search for "Extract with relative Positioning", in usermanual, you may get your answer.
If not give me url of your site, I will try it for you!! :)
by dharmendra2000
Tue Nov 25, 2008 4:29 am
Forum: iMacros for Firefox
Topic: using if / else
Replies: 5
Views: 3811

Re: using if / else

You can not insert JavaScript in Macro, but both macro and java script will be a different files. Java script calls macro file by below command....... iimPlay("mymacro.iim") Put javascript in the same folder where macro files are stored. When you execute java script, it will call macro fil...
by dharmendra2000
Tue Nov 25, 2008 4:23 am
Forum: Command Line and Scripting Interface
Topic: Need help creating a looping macro
Replies: 21
Views: 15412

Re: Need help creating a looping macro

It will go through the steps but when it's suppose to enter text for the account & password section..it doesn't fill them in. Means your macro is not filling an account and password on different machine, right? If yes, you can try by writing below command befor password....... SET !ENCRYPTION N...
by dharmendra2000
Tue Nov 25, 2008 4:11 am
Forum: General Support & Discussions
Topic: Including other macros files
Replies: 1
Views: 1630

Re: Including other macros files

No, it is not possible
But you can call different macros from javascript, by writing below command
iimPlay("macroname.iim")
by dharmendra2000
Tue Nov 25, 2008 4:07 am
Forum: General Support & Discussions
Topic: SAVE EXTRACTED DATA in SINGLE CSV FILE w/ SERIAL ROWS |PLZZ
Replies: 2
Views: 2374

Re: SAVE EXTRACTED DATA in SINGLE CSV FILE w/ SERIAL ROWS |PLZZ

Its very simple, click on "Play (Loop)" button instead of "Play" button. Enter 10 in "Max" textbox, if you want to execute loop 10 times.

If more information required please get back!
by dharmendra2000
Mon Nov 24, 2008 4:30 am
Forum: Data Extraction and Web Screen Scraping
Topic: set format of .csv
Replies: 2
Views: 2191

Re: set format of .csv

Write save command(SAVEAS TYPE=EXTRACT FOLDER=c:\ FILE=RESULT.CSV) only once at the end. ADD !EXTRACT {{!NOW:hh}} ADD !EXTRACT {{!NOW:nn}} ADD !EXTRACT {{!VAR1}} ADD !EXTRACT {{!COL1}} ADD !EXTRACT {{!URLCURRENT}} SAVEAS TYPE=EXTRACT FOLDER=c:\ FILE=RESULT.CSV Write Save command only when you requir...
by dharmendra2000
Sat Nov 22, 2008 4:25 am
Forum: Data Extraction and Web Screen Scraping
Topic: extraction of two values.
Replies: 1
Views: 2003

Re: extraction of two values.

since the call name is:"Bid donnees_chiffres"
but it does not work because of the space character between Bid and donnes_chiffres.
If you are only concern with space, you can use <SP> instead of space. Like... Bid<SP>donnees_chiffres.
by dharmendra2000
Fri Nov 21, 2008 7:07 am
Forum: General Support & Discussions
Topic: a suggestion
Replies: 1
Views: 1890

Re: a suggestion

I am also agree with "homegoyes", there should be JS support in all version/product of iMacro, for user's convenience.
by dharmendra2000
Thu Nov 20, 2008 5:29 am
Forum: iMacros for Firefox
Topic: Text Recognition
Replies: 8
Views: 5194

Re: Text Recognition

Extract value using iMacor, Catch it from Javascript. Once your value is available in javascript you can compare it, and based on that you can pass again to macro and do further operation. this is a javascript....... iimPlay("a.iim") [this macro should extract value to be compare] valuea =...
by dharmendra2000
Thu Nov 20, 2008 5:15 am
Forum: General Support & Discussions
Topic: Is this possible?
Replies: 5
Views: 3837

Re: Is this possible?

Not 100% sure what you mean. Imagine a pretty blank page - and when this link is available that link appears in the middle of the page. You mean some sort of tag around it or something? I could probably define what the link's anchor would say... maybe. Once link is clicked, does it disappear? If po...
by dharmendra2000
Wed Nov 19, 2008 4:49 pm
Forum: iMacros for Firefox
Topic: using if / else
Replies: 5
Views: 3811

Re: using if / else

You can do it using javascrip, if/else is not possible directly in macros :(
by dharmendra2000
Wed Nov 19, 2008 1:47 pm
Forum: Command Line and Scripting Interface
Topic: Need help creating a looping macro
Replies: 21
Views: 15412

Re: Need help creating a looping macro

So, for my 2nd issue, is there a way to make the scheduled task open a new firefox windows instead than running the macro in the current firefox window? I think NO, but not 100% sure. (I was also looking for the same before some time, but did not get any solution) iMacro browser have more functiona...
by dharmendra2000
Wed Nov 19, 2008 1:38 pm
Forum: iMacros for Firefox
Topic: Help with setting up an iMacro for password and username
Replies: 4
Views: 2954

Re: Help with setting up an iMacro for password and username

iMacro work on HTML tags. Different website have different layout and different tags, so i think it is difficult to your expected task.

Can you please list down websites (username/password is not required :wink: ), based on that i can replay you again.

Cheers,
by dharmendra2000
Wed Nov 19, 2008 1:31 pm
Forum: General Support & Discussions
Topic: Line 2 does not exist in csv
Replies: 3
Views: 3058

Re: Line 2 does not exist in csv

Is there multiple entries in csv file? and you are playing loop?
If yes, then try after removing "SET !LOOP 2" from your macro. if not work, get back! :)
by dharmendra2000
Wed Nov 19, 2008 5:36 am
Forum: iMacros for Firefox
Topic: autrun
Replies: 6
Views: 10747

Re: autrun

I think NO :(