I guess using a text gatherer / javascript gatherer would solve your problem, it should be based on ProdPrice.* regex
Not sure how to acheive though, sorry. Can you send a URL so I can check ?
Search found 8 matches
- Mon Sep 15, 2014 3:25 pm
- Forum: Q/A
- Topic: Extracting data based on it being one of only 2 classes??
- Replies: 2
- Views: 17200
- Tue Sep 09, 2014 12:06 pm
- Forum: Bug report
- Topic: MP3 not downloaded correctly
- Replies: 0
- Views: 26133
MP3 not downloaded correctly
Hi, this is a HS bug, but not really. It is more a IE one. Let me explain. I have to scrap a website, including links to mp3. I have to download the actual links (by ticking download checkbox of course). When I run the scarper, I managed to have the files downloaded to appropriate folders, but no Pl...
- Tue Sep 09, 2014 7:29 am
- Forum: Q/A
- Topic: Running out of resources
- Replies: 3
- Views: 25978
Re: Running out of resources
Hi, you should read the FAQ and other posts on the topic, this is very common with HS and seems that it is due to IE instead. The workaround is to use multi-process scraper, please take a look on this tutorial http://www.youtube.com/watch?v=_yP65Hzavao In order to have the multiprocess efficient, ma...
- Fri Sep 05, 2014 12:39 pm
- Forum: Programming Helium Scraper
- Topic: Select a row in a listbox and navigate next.
- Replies: 1
- Views: 25874
Re: Select a row in a listbox and navigate next.
Hi,
This can be acheive through the "Select Each" online premade. This worked fine for me.
This can be acheive through the "Select Each" online premade. This worked fine for me.
- Fri Sep 05, 2014 11:05 am
- Forum: JavaScript programming
- Topic: Autologin premade do not send the password
- Replies: 0
- Views: 25002
Autologin premade do not send the password
I configured autologin premade with username, password and submit kinds. The form is filled correctly, however the password doesn't turn into stars (not hidden) and the target page states "you have to enter password", means password is not received by target page. Here's the forms code : <form id="f...
- Thu Aug 28, 2014 7:48 am
- Forum: Q/A
- Topic: How to start a process
- Replies: 1
- Views: 12667
Re: How to start a process
I tried to reproduce again the tutorial case, and I notice the difference whith what I've done previously: I've created the Main action tree by duplication, while in the tuto it's created as a blank one. When I did the same, it worked fine. May be the duplication creates some internal ID which is di...
- Wed Aug 27, 2014 8:29 am
- Forum: Q/A
- Topic: Freelancer needed
- Replies: 1
- Views: 12117
Re: Freelancer needed
Hi Superdan, have you found a freelancer. If you're still interested please reply back.
- Tue Aug 26, 2014 12:08 pm
- Forum: Q/A
- Topic: How to start a process
- Replies: 1
- Views: 12667
How to start a process
I have the following business rules, 1. Go to main page, and fetch 20 summary entries 2. Navigate each entry detailed page to extract the détails Due to resource issue I try to use start process as explained in the tutorials What i did is : 1. Go to start page 2. Repeat N times : Extract table (20 s...