PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
7 sec ago
new paste
19 sec ago
Untitled
27 sec ago
Untitled
21 sec ago
BukkitForge Filler Crash
24 sec ago
Untitled
25 sec ago
Untitled
27 sec ago
LTGY Wants
28 sec ago
Untitled
By: a guest on
Oct 9th, 2011
| syntax:
None
| size: 0.28 KB | hits: 30 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
(defn new-selenium
; (DefaultSelenium. "localhost" 4444 "Firefox" "http://www.google.com"))
(let [client (new DefaultSelenium (:host 'localhost) (:port '4444) (:command '*firefox)
(:url 'http://wwww.google.com))]
(.start client)
(.stop client)))
create a
new version
of this paste
RAW Paste Data
(defn new-selenium ; (DefaultSelenium. "localhost" 4444 "Firefox" "http://www.google.com")) (let [client (new DefaultSelenium (:host 'localhost) (:port '4444) (:command '*firefox) (:url 'http://wwww.google.com))] (.start client) (.stop client)))