webica icon indicating copy to clipboard operation
webica copied to clipboard

Every boolean value returned by generated methods is new instance of java.lang.Boolean

Open Cka3 opened this issue 8 years ago • 1 comments

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)

Cka3 avatar May 23 '17 08:05 Cka3

Hmm I'll have to look into how to handle this with the possible coercions. Thanks for pointing it out!

tmarble avatar May 23 '17 15:05 tmarble