Public Vars

Back

with-screenshots (clj)

(source)

macro

(with-screenshots driver dir & body)
Have `driver` save a PNG imge screenshot to `dir` after each form in `body` is executed. Filenames will contain an epoch timestamp.

Examples