cl-selenium
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 ...)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 ...)