Back

result (clj)

(source)

function

(result p)
Call after killing to get result of `p`. If you call before killing you'll wait until p dies naturally, which a WebDriver should not do, so don't do that.

Examples