Search found 20 matches

by pratiksha27.jain
Wed Mar 28, 2018 1:31 pm
Forum: Command Line and Scripting Interface
Topic: can we use java scripting in imacros for IE
Replies: 2
Views: 43605

can we use java scripting in imacros for IE

Hi,
is there a way to use java scripting in imacros for IE?

I have a constrain of using IE only and need to loop certain part of scripting along with csv data source.

Is this possible to use with IE by any chance?


Thanks.
by pratiksha27.jain
Fri Apr 21, 2017 1:06 pm
Forum: Data Extraction and Web Screen Scraping
Topic: CSV formatting issue with Firefox imacro data extraction
Replies: 6
Views: 8437

Re: CSV formatting issue with Firefox imacro data extraction

.....some piece of code to extract data....then below code...... macro += "TAG POS=3 TYPE=TABLE ATTR=TXT:* EXTRACT=TXT" + "\n"; iimPlay(macro); var str = iimGetLastExtract() str=str.replace(/""/g,""); //str=str.replace(/""/g,"'"); //str=st...
by pratiksha27.jain
Fri Apr 21, 2017 12:55 pm
Forum: Data Extraction and Web Screen Scraping
Topic: recording righ clicks in imacros
Replies: 3
Views: 6251

Re: recording righ clicks in imacros

many thanks for a swift response

I have tried things and nothing seems to be working to get the extracted data in proper format.

If you can have a look at what all i have tried so far.


Thank you
by pratiksha27.jain
Fri Apr 21, 2017 10:11 am
Forum: Data Extraction and Web Screen Scraping
Topic: recording righ clicks in imacros
Replies: 3
Views: 6251

recording righ clicks in imacros

Firefox : 49.0.2 plug in : imacros_for_firefox-8.9.7-fx Os : windows 7 enterprise ------------------------------ Hi, Is this possible to record the right click and further options generated on right click through imacros in firefox. am trying to copy data through this option. so is it possible to co...
by pratiksha27.jain
Thu Apr 13, 2017 9:54 am
Forum: Data Extraction and Web Screen Scraping
Topic: CSV formatting issue with Firefox imacro data extraction
Replies: 6
Views: 8437

Re: CSV formatting issue with Firefox imacro data extraction

not following up....was just trying ways out to work it out!

Not sure what formatting you need.bu tthanks for your time..


If anybody else got any clue on this...will be quite thankful.


thankyou!!
by pratiksha27.jain
Wed Apr 12, 2017 1:59 pm
Forum: iMacros for Firefox
Topic: mm is undefined, (Error code: -1001)
Replies: 1
Views: 2198

Re: mm is undefined, (Error code: -1001)

there is a bug in new version of firefox/imacro plugins

if you can share the version you are using.

I also faced the same and then changed the version of FF and error vanished. ;)

am using

FF :51.0.14.701 (32-bit) with imacro add on 8.9.7 version


you can also try old version of addon
by pratiksha27.jain
Wed Apr 12, 2017 1:25 pm
Forum: Data Extraction and Web Screen Scraping
Topic: CSV formatting issue with Firefox imacro data extraction
Replies: 6
Views: 8437

Re: CSV formatting issue with Firefox imacro data extraction

my data is extracted in the below format : """"""",""Description"",""Status"",""Success"",""Failure"",""Error Message"" """"",""XM...
by pratiksha27.jain
Fri Feb 03, 2017 7:54 am
Forum: Data Extraction and Web Screen Scraping
Topic: Table data extraction-format not retained
Replies: 6
Views: 7114

Re: Table data extraction-format not retained

I read all of you solutions.

but probably couldnt understand how to implement it.

but one day...trying hard. and hard...i finally got the solution

now reading your solutions i can understand now ..what you were trying to say :)
by pratiksha27.jain
Thu Feb 02, 2017 1:02 pm
Forum: Data Extraction and Web Screen Scraping
Topic: extracted data in same excel,but new page, with each loop
Replies: 1
Views: 2922

extracted data in same excel,but new page, with each loop

Browser : Internet explorer 11.0 Os : windows 7 enterprise I MAcro :11.1.495.5175 --------------- hi, I am trying to loop my macro code to extract the data from different tabs of a weboage to a csv file. Is there any way by which i can extract the data of every tab (in every loop) in a new page of t...
by pratiksha27.jain
Thu Feb 02, 2017 12:32 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Table data extraction-format not retained
Replies: 6
Views: 7114

Re: Table data extraction-format not retained

OMG!! :lol: :D :) I got it working. can't believe ..I did it!! happy happy!! the changes i done is I wrote TAG POS=3 TYPE=TABLE ATTR=TXT:* EXTRACT=TXT instead of 'TAG POS=1 TYPE=DIV ATTR=ID:pollersTableData EXTRACT=TXT in the code..i shared in first post it's working.. correct_output.jpg if anybody ...
by pratiksha27.jain
Thu Feb 02, 2017 9:53 am
Forum: Data Extraction and Web Screen Scraping
Topic: Table data extraction-format not retained
Replies: 6
Views: 7114

Re: Table data extraction-format not retained

sourcecode.rar hi, attached is the source code. I checked my regional settings for csv. it is having ','. I checked the option on imacrso as well to use my regional settings. Still getting the ouput as (snapshot attached) sourcecode.rar please help and also is there any way to get the extracted dat...
by pratiksha27.jain
Tue Jan 24, 2017 12:39 pm
Forum: Command Line and Scripting Interface
Topic: Launch imacro script through bat file /conitnue /buy page
Replies: 1
Views: 3228

Launch imacro script through bat file /conitnue /buy page

IE :8.1 windows 7 enterprise Imacro: 11.1.495.5175 ******************************************************** am trying to run an imacro script on trial version of imacro with a batch file. below is the code of batch file : "C:\Program Files (x86)\Ipswitch\iMacros\iMacros.Sidebar.exe" -macro...
by pratiksha27.jain
Tue Jan 24, 2017 12:11 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Need to hit particular keyword using datasouce in imacros
Replies: 6
Views: 6738

Re: Need to hit particular keyword using datasouce in imacro

I got this working. by simply changing highlighted line SET !DATASOURCE C:\Users\pjain74\Desktop\macro\pollers_input.csv SET !LOOP 1 SET !DATASOURCE_LINE {{!LOOP}} 'TAG POS=1 TYPE=A ATTR=TXT:LnbA<SP>Admin-IST2 TAG POS=1 TYPE=A ATTR=TXT:{{!COL1}} and data in csv be like : LnbA Admin-Cloud UAT LnbA Ad...
by pratiksha27.jain
Thu Jan 19, 2017 12:46 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Need to hit particular keyword using datasouce in imacros
Replies: 6
Views: 6738

Re: Need to hit particular keyword using datasouce in imacro

IE :11.0 windows 7 enterprise Imacro: 11.1.495.5175 ************************************* Please find below the two codes (1 &2 ) and their respective outputs in attachment (output1 & output2) ******************************************************************** ------------- CODE :1 --------...