First time messing with Watir.
browser = Watir::Browser.new
browser.goto 'google.com'
My firefox window pops up and stays stuck on a blank page. When I end the script in the command line, I get:
...ruby-1.9.3-p194/gems/selenium-webdriver-2.29.0/lib/selenium/webdriver/common/socket_poller.rb:95:insleep’: Interrupt`
I’ve do have the selenium-webdriver gem (2.29) installed. My firefox version is 19.
I do not think selenium-webdriver supports Firefox 19. Try with Firefox 18.