webica
webica copied to clipboard
Every boolean value returned by generated methods is new instance of java.lang.Boolean
Hello, thanks for your efforts)
element/is-displayed? and similar methods are returning new instance of java.lang.Boolean every time which causing clojure functions like true? return false because true? returns true only if param is a single true value (using identical)
Hmm I'll have to look into how to handle this with the possible coercions. Thanks for pointing it out!