# File lib/celerity/browser.rb, line 16
    def self.start(uri)
      browser = new
      browser.goto(uri)
      browser
    end