Search found 26 matches

by rajtak
Wed Sep 19, 2018 10:24 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Thank you for your reply. I will try to figure out the solution you have given and will get back to you.
by rajtak
Wed Sep 19, 2018 4:52 am
Forum: iMacros for Firefox
Topic: How to extract Subset values from HTML tags?
Replies: 4
Views: 3367

Re: How to extract Subset values from HTML tags?

Hello,
I can achieve this using XPATH. Thank you for your help.
by rajtak
Wed Sep 19, 2018 3:50 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

I want to save only the clean data in both instances and do not need the Original content. If I use ADD !EXTRACT it saves both original and clean data. Please let me know how to set temp var?
by rajtak
Wed Sep 19, 2018 3:45 am
Forum: iMacros for Firefox
Topic: How to extract Subset values from HTML tags?
Replies: 4
Views: 3367

Re: How to extract Subset values from HTML tags?

Hello,
Thank you for your reply. Yes, 'v7.6.0 for FF' supports EVAL not sure about EVENT but I can switch to the later version, if you have any suggestions.
by rajtak
Tue Sep 18, 2018 6:44 am
Forum: iMacros for Firefox
Topic: How to extract Subset values from HTML tags?
Replies: 4
Views: 3367

How to extract Subset values from HTML tags?

Hello, I am using iMacros for FF v7.6.0.2.1-signed, FF19, Win7_x64 Please suggest how do I extract the Rank and Category separately and split them into separate columns? My code extracts the whole HTML tag that consists of all Ranks and categories and I later split them into columns using Excel form...
by rajtak
Tue Sep 18, 2018 5:55 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Hello chivracq, Please let me know why the below code does not save both Description and Images into a CSV file? What should I do to get both information captured into a CSV file? URL GOTO=https://www.amazon.com.mx/dp/B07CRY1HXH?th=1&psc=1 'Description TAG POS=1 TYPE=SCRIPT ATTR=TXT:*productDesc...
by rajtak
Sat Sep 15, 2018 2:49 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Awesome, It worked. Thanks a lot!!!
by rajtak
Sat Sep 15, 2018 2:31 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Hello, Thank you for your reply and sorry if my question didn't make sense. VERSION BUILD=8820413 RECORDER=FX TAB T=1 URL GOTO=https://www.amazon.com/dp/B01J94TJKO TAG POS=1 TYPE=SCRIPT ATTR=TXT:*colorImages* EXTRACT=TXT SET Color_Images EVAL("var s='{{!EXTRACT}}'; var x,y,z; x=s.split('colorIm...
by rajtak
Fri Sep 14, 2018 9:14 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Is there a way extracting the text in PROMPT that you shown without extracting the TAG POS=1 TYPE=SCRIPT ATTR=TXT:*colorImages* EXTRACT=TXT in a csv file?
by rajtak
Fri Sep 14, 2018 9:06 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Please accept my apology for the delay in replying. I was out of town for a while and had a little internet connection throughout. You are a genius a brother. Your code helped me a lot and saved a lot of time.
by rajtak
Sat Aug 18, 2018 2:14 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

Re: extract script using REGEXP=Source failed

Hello Chivracq, Apologies if I have chosen a wrong forum topic. I am using iMacros's inbuilt browser and OS is Windows 7. Basically, I need to pull hi-resolution image URL from Amazon's product detail page. You can find this code in any product detail page of Amazon. Here is an example URL https://w...
by rajtak
Fri Aug 17, 2018 11:10 am
Forum: iMacros for Firefox
Topic: extract script using REGEXP=Source failed
Replies: 17
Views: 11110

extract script using REGEXP=Source failed

How do I extract the enter line after 'colorimages' below? I have tried several things but failed to get the desired output. Any help regarding this would really be appreciated. Thank you in advance. P.when('A').register("ImageBlockATF", function(A){ var data = { 'colorImages': { 'initial'...
by rajtak
Thu May 12, 2016 8:00 am
Forum: iMacros for Firefox
Topic: XPATH nested Tag is not working
Replies: 4
Views: 5439

Re: XPATH nested Tag is not working

I have figured it out

just replaced the =src with =HREF at the end and it worked.

TAG XPATH="//div[@class="product-thumbnails"]/div[1]/img" EXTRACT=HREF
by rajtak
Wed May 04, 2016 4:00 am
Forum: iMacros for Firefox
Topic: XPATH nested Tag is not working
Replies: 4
Views: 5439

XPATH nested Tag is not working

Hello, <div class="product-thumbnails" data-show="5"><div href="http://cdn.palmgren.com/images/products/9661051.jpg" class="item-image" title=""><img width="100" height="128" src="http://cdn.palmgren.com/images/thumbnails/966...
by rajtak
Tue May 29, 2012 4:09 am
Forum: iMacros for Firefox
Topic: How do I extract ALT text from here (Please check the code)?
Replies: 1
Views: 2113

How do I extract ALT text from here (Please check the code)?

Please help me in writing code to extract ALT text from the code below: Output should be ' Sperry Van Ness ' only <div id="ProfileMainContent1_ProfileOptionContent1_BrokerContact1_divCompanyImageName" class="contactModule brokerage"> <p>Presented by</p> <p><a id="ProfileMai...