Public Vars

Back

go (clj)

(source)

function

(go driver url)
Have `driver` open `url` in the current browser window. Example: ```Clojure (def ff (firefox)) (go ff "http://google.com") ```

Examples