Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created March 11, 2011 13:54
Show Gist options
  • Save andreastt/865900 to your computer and use it in GitHub Desktop.
Save andreastt/865900 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'operawatir'
browser = OperaWatir::Browser.new
browser.goto 'http://en.wikipedia.org/'
browser.text_field(:id, 'searchInput').set 'Arabia'
browser.button(:id, 'searchButton').click
browser.quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment