Search found 8 matches

by mehdi
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: 9523

Re: Extracting data based on it being one of only 2 classes?

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 ?
by mehdi
Tue Sep 09, 2014 12:06 pm
Forum: Bug report
Topic: MP3 not downloaded correctly
Replies: 0
Views: 11649

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...
by mehdi
Tue Sep 09, 2014 7:29 am
Forum: Q/A
Topic: Running out of resources
Replies: 3
Views: 11560

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...
by mehdi
Fri Sep 05, 2014 12:39 pm
Forum: Programming Helium Scraper
Topic: Select a row in a listbox and navigate next.
Replies: 1
Views: 9349

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.
by mehdi
Fri Sep 05, 2014 11:05 am
Forum: JavaScript programming
Topic: Autologin premade do not send the password
Replies: 0
Views: 11746

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...
by mehdi
Thu Aug 28, 2014 7:48 am
Forum: Q/A
Topic: How to start a process
Replies: 1
Views: 7190

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...
by mehdi
Wed Aug 27, 2014 8:29 am
Forum: Q/A
Topic: Freelancer needed
Replies: 1
Views: 7139

Re: Freelancer needed

Hi Superdan, have you found a freelancer. If you're still interested please reply back.
by mehdi
Tue Aug 26, 2014 12:08 pm
Forum: Q/A
Topic: How to start a process
Replies: 1
Views: 7190

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...