From: Natasha L. <laz...@gm...> - 2016-03-30 10:03:22
|
Hi, I've been working with HtmlUnit to try to interact with React js elements. >From what I know about React, it uses syntetic events that wrap around the native javascript events. My problem was interacting with React elements that throw these events, using HtmlUnit 2.18. Basically no events were bound to their handlers. I tried with 2.19, and it seems to work. I use 2.18 with some local patches, and I guess a lot has changed since 2.18, but is there a (or a few) specfic merge(s) that tackle(s) this issue, so that I can see what's changed? Thanks, |