Search found 20 matches

by massradius
Fri Mar 20, 2015 2:21 pm
Forum: Q/A
Topic: The website declined to show this webpage
Replies: 0
Views: 22750

The website declined to show this webpage

Hi, I'm receiving "The website declined to show this webpage" during the web scraping. I tried again today and it's still showing "The website declined to show this webpage". I can still access the website via my regular browser but it seems to have keyed on the Helium browser and shut me down. Is t...
by massradius
Wed May 15, 2013 8:38 pm
Forum: Q/A
Topic: Google button only runs the first time
Replies: 3
Views: 9253

Re: Google button only runs the first time

I'm asking because recently my project that plugs a value in to Google and hits the search button has stopped working. The navigate part is no longer clicking the search button

<BUTTON id=gbqfb class=gbqfb name=btnG type=submit aria-label="Google Search"><SPAN class=gbqfi></SPAN></BUTTON>
by massradius
Wed May 15, 2013 8:19 pm
Forum: Q/A
Topic: Google button only runs the first time
Replies: 3
Views: 9253

Re: Google button only runs the first time

Is the btnG kind pre-loaded or do I need to look for it under the properties of the kind I've created?
by massradius
Thu Mar 15, 2012 8:09 pm
Forum: Q/A
Topic: Extracting Columns from your source table to another table
Replies: 3
Views: 8156

Re: Extracting Columns from your source table to another tab

HI,

In this case is the code actually "return element.value;"? When I set that up it seems to be frequently missing the text in googles search box
by massradius
Thu Mar 15, 2012 7:34 pm
Forum: Q/A
Topic: Certificates
Replies: 3
Views: 8077

Re: Certificates

It was issued by another company. Under the general tab it states the cert is intended for the following purposes: Ensures software came from software publisher Protects software from alteration after publication Proves your identity to a remote computer Protects e-mail messages 2.16.840.1.113733.1....
by massradius
Thu Mar 01, 2012 6:17 pm
Forum: Q/A
Topic: Certificates
Replies: 3
Views: 8077

Certificates

Hi, One of the websites I want to scrape requires a certificate. I have it in IE. Is it possible to import that certificate in to Helium Scrapper?
by massradius
Tue Feb 28, 2012 6:36 pm
Forum: Q/A
Topic: Recylced Code
Replies: 1
Views: 5216

Re: Recylced Code

It looks like it was an issue with my trim function. Sorry for the unnecessary post!
by massradius
Tue Feb 28, 2012 3:42 pm
Forum: Q/A
Topic: Recylced Code
Replies: 1
Views: 5216

Recylced Code

Hi,

I recycled this code but it's not working once it moves past the first record. Any idea why it's not progressing through the source table (Input)?

thanks
JOSH
by massradius
Wed Aug 31, 2011 3:46 pm
Forum: Q/A
Topic: Active Button
Replies: 2
Views: 7634

Active Button

I created a kind for the same button when it's active and inactive but both are the same. Is there another JS property I can add? Active.png Inactive.png This is a dump from one of the kinds (same thing just a slightly different order for each) <?xml version="1.0" encoding="utf-16"?> <EditableKind x...
by massradius
Mon Aug 22, 2011 3:46 pm
Forum: Q/A
Topic: Extracting Columns from your source table to another table
Replies: 3
Views: 8156

Extracting Columns from your source table to another table

I'm using the data from one table as my search criteria on a website. Sometimes it comes back with something close but not quite the same. Right now I'm extracting a bunch of Kinds from the resultant search but I'd also like to write the original search criteria in to the extract table. The "Extract...