From: Ronald B. <rb...@rb...> - 2016-08-25 06:07:56
|
>We usually use this to diagnose js errors and filter/replace problematic js if we can not fix it. But this was not done by the original ScriptPreProcessor? How have you done this. Do you need a similar solution? Regarding problematic js - if HtmlUnit differs from real browsers this is a bug. Please report all this situations and we will try (sooner or later ;-) to fix this. RBRi On Thu, 25 Aug 2016 10:00:14 +0800 Rural Hunter wrote: > >Hi Ronald, > >We don't use a customized version. We were using 2.14 and I just try to >upgraded to 2.23. We usually use this to diagnose js errors and >filter/replace problematic js if we can not fix it. > >2016-08-24 23:20 GMT+08:00 Ronald Brill <rb...@rb...>: > >> On Wed, 24 Aug 2016 11:01:48 +0800 Rural Hunter wrote: >> > >> >I just tried to upgrade my htmlunit dependency from 2.14 to 2.23 and found >> >the ScriptPreProcessor is removed. I searched the javadoc and change >> >history but didn't find anything about the function deprecation. Why is it >> >removed and anything else I can use to replace it? >> > >> >> ScriptPreProcessor was removed as part of the removal of IE8 support. >> Do you have a customized version in use and if yes what problem do you >> solve with this? >> >> RBRI >> > > |