Skip to content

Instantly share code, notes, and snippets.

View alisterscott's full-sized avatar

Alister Scott alisterscott

View GitHub Profile
require 'rubygems'
require 'watir-webdriver' # gem install watir-webdriver
require 'rspec' # gem install rspec
class BrowserContainer
attr_reader :browser
def initialize(browser)
@browser = browser
end
We couldn’t find that file to show.
@jarib
jarib / gist:902119
Created April 4, 2011 18:18
se-conf, google translate example
We couldn’t find that file to show.