Skip to content

Instantly share code, notes, and snippets.

@littleidea
Created May 12, 2010 00:00
Show Gist options
  • Save littleidea/398044 to your computer and use it in GitHub Desktop.
Save littleidea/398044 to your computer and use it in GitHub Desktop.
class Browser
def self.get_instance
@@browser || = Watir::Browser.new
@@browser
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment