Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created April 13, 2011 18:34
Show Gist options
  • Save andreastt/918085 to your computer and use it in GitHub Desktop.
Save andreastt/918085 to your computer and use it in GitHub Desktop.
require 'watir-webdriver'
browser = Watir::Browser.new :firefox
browser.goto 'http://www.carritus.com/'
browser.span(:text => 'Bebidas').when_present.click
browser.span(:text => 'Cervezas').click
browser.span(:text => "Importación").click
puts browser.url
browser.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment