Public Vars

Back

disconnect-driver (clj)

(source)

function

(disconnect-driver driver)
Returns new `driver` after disconnecting from a running WebDriver process. Closes the current session that is stored in the driver if it still exists. Removes the session from `driver`.

Examples