From: Ahmed A. <asa...@ya...> - 2017-02-28 07:26:22
|
Hi, Have a look at http://htmlunit.sourceforge.net/logging.html You can also use: org.apache.log4j.LogManager.getLogger("com").setLevel(org.apache.log4j.Level.OFF); Ahmed From: K Senthil <jks...@gm...> To: Htm...@li... Sent: Tuesday, February 28, 2017 5:51 AM Subject: [Htmlunit-user] avoid print(logger) dom element Hi Guys, I use HTMLUNIT2.23 version.Html page creation is it take more time when run time .That time print all DOM and javascript elements.I think that's why it take more time.Then how to avoid this logger. |