Skip to content

Instantly share code, notes, and snippets.

@jstorimer
Created October 15, 2009 13:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstorimer/210939 to your computer and use it in GitHub Desktop.
Save jstorimer/210939 to your computer and use it in GitHub Desktop.
require 'webrat'
require 'webrat/mechanize'
session = Webrat::MechanizeSession.new
session.visit 'http://google.com'
session.fill_in 'q', :with => 'Ruby'
session.click_button 'Google Search'
# search the dom for the results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment