From: Satyanarayana K <kri...@ya...> - 2013-12-03 13:50:07
|
Hi Ahmed, I do not understand one thing and so seek your guidance in understanding that: Is there a need to add new code to HtmlUnit for handling the jQuery library or any specific JavaScript library? Is it not sufficient that the complete JavaScript syntax is handled by the JavaScript Engine? If there is a need to write library-specific-code, what exactly is the reason? Is it the case that jQuery has introduced some custom syntax and that is the reason warranting custom-code? Or is it that jQuery has introduced some complex custom data-structures and these need some custom code? If the latter is the reason, is it not possible to have a generic set of routines for recursively reducing any complex data-structure to the primitive types in JavaScript that are already covered by the syntax? I have some experience in meta-level-coding and may be able to provide some inputs for developing such generic set of routines. Thanks, Satya On Tuesday, December 3, 2013 7:06 PM, Ahmed Ashour <asa...@ya...> wrote: Hi Anant, I would say give it try. Unfortunately, jQuery test suite isn't passing even in real browsers, that's why we didn't put effort to make sure HtmlUnit passes all the tests. The team is here to help, in case you find an issue. Yours, Ahmed ________________________________ From: Anant Toradmal <tor...@gm...> To: htm...@li... Sent: Tuesday, December 3, 2013 1:33 PM Subject: [Htmlunit-user] jQuery Template & Widget support Hi Team, I am using HTMLUnit to test our websites now I am planning to use it to test one of our web based application which has, jQuery 1.10.2, jQuery Templates 1.0.0 and jQuery UI - v1.10.3. So does HTMLUnit supports this version of jQuery and its plugins? PS: We have recently upgraded our HTMLUnit to the latest 2.14-SNAPSHOT version. Really appreciate your help with this. Thanks & Regards, Anant P. Toradmal ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |