Recent Posts by Abyssus

Subscribe to Recent Posts by Abyssus 2 posts found

Jul 4, 2008
Avatar Abyssus 2 posts

Topic: Problems, Suggestions, Bugs and Other Insects / Click form button directly?

Hey there,

This worked for me

require ‘rubygems’
require ‘scrubyt’

seek_data = Scrubyt::Extractor.define do
fetch ‘http://www.seek.com.au/jobsearch/
click_link ‘DoSearch’ #where DoSearch refers to the java buttons ID
end

And some directions to the forum formatting reference would be helpful >.>

 
Jul 3, 2008
Avatar Abyssus 2 posts

Topic: Problems, Suggestions, Bugs and Other Insects / Scrubyt::ResultDumper (NameError)

Hi, adding more fuel to the flame.

Im also getting the “uninitialized constant Scrubyt::ResultDumper (NameError)” problem.

Has anyone found a work around?