Public Vars

Back

when-not-drivers (clj)

(source)

macro

(when-not-drivers browsers driver & body)
Executes `body` when browser `driver` is NOT in `browsers`, ex: `#{:chrome :safari}`

Examples