cl-selenium

LLGPL

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

$ area51 add cl-seleniumコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-selenium:some-function ...)