From: Ronald B. <rb...@rb...> - 2020-05-02 15:54:26
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.40.0. The main enhancements are: - Chrome updated to Chrome 81 - Firefox updated to Firefox75 - new WebClientConfiguration option ConnectionTimeToLive - major improvements for the focus and active element handling - label tag got many fixes - respect Content-Security-Policy: frame-ancestors and X-Frame-Options: DENY when loading frame content - new method AttachmentHandler.handleAttachment(WebResponse) added. By implementing your own AttachmentHandler you now can process the attachment response by your code without opening a new WebClinet window. The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.40.0 |