Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created April 4, 2012 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/2305139 to your computer and use it in GitHub Desktop.
Save owainlewis/2305139 to your computer and use it in GitHub Desktop.
Clj-webdriver test
(ns selenium-test.core
(:use midje.sweet)
(:use [clj-webdriver.taxi]))
(set-driver! {:browser :firefox})
(to "http://www.boxuk.com/")
(facts "About the homepage"
(visible? "#content") => true)
;;; Go to products and services
(click "a[href*='/products-and-services/overview/']")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment