[cl-selenium-devel] New release 0.4
Matthew Kennedy
mkennedy at common-lisp.net
Wed Jul 2 03:58:03 UTC 2008
In 0.4, I updated the driver URL to be the RC default, so there's less
thinking involved when getting started. Also added macro
with-selenium-session which wraps up a session like with-open-file
does with files. eg.
(with-selenium-session (*selenium-session* "*opera" "http://www.google.com")
(do-open "http://www.google.com/webhp?hl=en")
(do-type "q" "hello world")
(do-click "btnG")
(do-wait-for-page-to-load "5000")
(string= (do-get-title) "hello world - Google Search"))
There's no API changes.
Matt
More information about the cl-selenium-devel
mailing list