Public Vars

Back

with-http-error (clj)

(source)

macro

(with-http-error & body)
Executes `body` suppressing catching any exception that would normally occur due to HTTP non-success status when communicating with a WebDriver. Instead returns false on first HTTP non-success status.

Examples