From: Ahmed A. <asa...@ya...> - 2014-09-05 14:15:44
|
Hi, HtmlUnit uses Rhino for all simulated browsers. Changing the JS engine is not an easy task, and V8 is written in C++. Ahmed ________________________________ From: Thashitharan Rajaratnam <dha...@ho...> To: "htm...@li..." <htm...@li...> Sent: Friday, September 5, 2014 8:42 AM Subject: [Htmlunit-user] Enable V8 engine for javascript Hi, I've seen that HtmlUnit using Rhino JS engine, in real scenario Chrome browser using V8 engine, So if i use Chrome browser instance in WebClient will it use V8 or it will use Rhino only? If so How can i change my JS engine (to V8)? (i want to use V8 because its realy speed than Rhino). regards, thashi |