Advertisement
Guest User

Untitled

a guest
Oct 9th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (defn new-selenium
  2. ; (DefaultSelenium. "localhost" 4444 "Firefox" "http://www.google.com"))
  3. (let [client (new DefaultSelenium (:host 'localhost) (:port '4444) (:command '*firefox)
  4. (:url 'http://wwww.google.com))]
  5. (.start client)
  6. (.stop client)))
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement