Advertisement
Guest User

Untitled

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