cl-selenium

LLGPL

Selenium is a test tool for web applications. cl-selenium is a Common Lisp interface to Selenium.

$ area51 add cl-seleniumCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-selenium:some-function ...)