cl-selenium
Selenium is a test tool for web applications. cl-selenium is a Common Lisp interface to Selenium.
$ area51 add cl-seleniumCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-selenium:some-function ...)