Sheel Choksi

Results 3 comments of Sheel Choksi

@andreiursan Would love to get some feedback on this PR when you have a chance!

@andreiursan maybe I'm misreading their documentation, but notifyReleaseStages is under the section: > Notifier Configuration > When writing a notifier, you should consider providing methods to allow users to configure...

Here are some helper functions we use to pull cookies out from the driver (and transform them to a Clojure map). ```clojure (defn ^:private cookie->map [^org.openqa.selenium.Cookie cookie] {:secure? (.isSecure cookie)...