Public Vars

Back

screenshot (clj)

(source)

multimethod

(screenshot driver file)
Have `driver` save a PNG format screenshot of the current page to `file`. Throws if screenshot is empty. `file` can be either a string or `java.io.File`, any missing parent directories are automatically created.

Examples