Search found 5 matches

by Kyen
Fri Jun 22, 2012 11:59 am
Forum: Bug report
Topic: Massive javascript not executed
Replies: 3
Views: 11768

Re: Massive javascript not executed

Sorry for the significantly delayed response. If I didn't keep the switch in a function, Helium would automatically use the default case if I had one, and no case if I didn't, even when the parameters met the case. I've been just running it in batches, taking chunks of the relevant switch case when ...
by Kyen
Fri Jun 08, 2012 7:39 am
Forum: Bug report
Topic: Massive javascript not executed
Replies: 3
Views: 11768

Massive javascript not executed

I have some Javascript that I need to run that's about 59,000 lines. I know that seems a bit excessive, but it seems to be about the only thing I can do. It's a massive Switch statement, actually. If I have this in my Javascript at all, the Javascript action is ignored enitrely. Commands that come b...
by Kyen
Fri Jun 01, 2012 11:02 pm
Forum: Bug report
Topic: Navigation fails to complete
Replies: 5
Views: 16386

Re: Navigation fails to complete

Thanks. I saw the Timeout earlier, but for some reason didn't think to adjust it. For the dynamic URL, I'm having to use Javascript to navigate between, say, fandango.com/36688_movietimes and fandango.com/36689, incrementally. It's not a hassle to use JavaScript to do this, but I feel that having so...
by Kyen
Fri Jun 01, 2012 8:12 pm
Forum: Bug report
Topic: Navigation fails to complete
Replies: 5
Views: 16386

Re: Navigation fails to complete

After some more testing, I've found that it isn't Helium, but a flaw in the pages themselves. They don't complete loading, sometimes even for a few minutes, and javascript's page navigation mechanism doesn't return complete until the next page loads, it seems. I know that this probably won't be a co...
by Kyen
Fri Jun 01, 2012 4:29 am
Forum: Bug report
Topic: Navigation fails to complete
Replies: 5
Views: 16386

Navigation fails to complete

First off, I wanted to say that the scraper is so far amazing, and I'm definitely going to buy it if I can get over this small problem I'm having now. I'm scraping Fandango for movie times for an app I'm working on, and I'm searching incrementally by zip codes. Not all Zip codes are associated with ...