From: Ahmed A. <asa...@ya...> - 2017-02-23 12:14:37
|
Hi all, It is a pleasure to announce the availability of HtmlUnit 2.25, which is the first release to required Java 8. The most notable changes are: - InteractivePage and SvgPage are removed, use HtmlPage - Clicking a hidden element now does nothing - PromptHandler: handlePrompt now has a third parameter - Change return type of WebRequest.getCharset, WebResponse.getContentCharset(), .getContentCharsetOrNull(), and DomNode.getByXPath. - ScriptPreProcessor was re-introduced - WebClientOptions: add option to automatically download images. - HtmlFileInput: have .setFiles() instead of .setValueAttribute() The fill list of changes can be found in [1] As always: Happy Coding! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.25 |